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
7dd73b78
Commit
7dd73b78
authored
Nov 05, 2001
by
Pavel Janík
Browse files
(Fbuffer_local_value): Add prototype.
parent
cd946181
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.h
src/buffer.h
+1
-0
No files found.
src/ChangeLog
View file @
7dd73b78
2001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* buffer.h (Fbuffer_local_value): Add prototype.
2001-11-04 Richard M. Stallman <rms@gnu.org>
* buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
...
...
src/buffer.h
View file @
7dd73b78
...
...
@@ -808,6 +808,7 @@ EXFUN (Fbuffer_name, 1);
EXFUN
(
Fget_file_buffer
,
1
);
EXFUN
(
Fnext_overlay_change
,
1
);
EXFUN
(
Fdelete_overlay
,
1
);
EXFUN
(
Fbuffer_local_value
,
2
);
/* Functions to call before and after each text change. */
extern
Lisp_Object
Vbefore_change_functions
;
...
...
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