Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2c782c9f
Commit
2c782c9f
authored
Apr 17, 1995
by
Karl Heuer
Browse files
Declare some functions.
parent
a66839ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/lisp.h
src/lisp.h
+3
-0
No files found.
src/lisp.h
View file @
2c782c9f
...
...
@@ -1463,6 +1463,9 @@ extern Lisp_Object save_excursion_restore (), save_restriction_restore ();
extern
Lisp_Object
Fchar_to_string
();
/* defined in buffer.c */
extern
void
adjust_overlays_for_insert
();
extern
void
adjust_overlays_for_delete
();
extern
void
fix_overlays_in_range
();
extern
int
overlay_touches_p
();
extern
Lisp_Object
Vbuffer_alist
,
Vinhibit_read_only
;
extern
Lisp_Object
Fget_buffer
(),
Fget_buffer_create
(),
Fset_buffer
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment