1
Fork 0
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:
Richard M. Stallman 1994-04-10 02:33:37 +00:00
parent 5f0792675d
commit 03c6309ac7

View file

@ -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;