mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(Vafter_change_functions, Vbefore_change_functions): Declared.
This commit is contained in:
parent
5f0792675d
commit
03c6309ac7
1 changed files with 2 additions and 0 deletions
|
|
@ -365,6 +365,8 @@ extern Lisp_Object Fget_file_buffer ();
|
|||
/* Functions to call before and after each text change. */
|
||||
extern Lisp_Object Vbefore_change_function;
|
||||
extern Lisp_Object Vafter_change_function;
|
||||
extern Lisp_Object Vbefore_change_functions;
|
||||
extern Lisp_Object Vafter_change_functions;
|
||||
extern Lisp_Object Vfirst_change_hook;
|
||||
extern Lisp_Object Qfirst_change_hook;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue