mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
Remove Vbefore_change_function, Vafter_change_function.
This commit is contained in:
parent
b975254ebb
commit
d80f9daead
1 changed files with 0 additions and 2 deletions
|
|
@ -807,8 +807,6 @@ EXFUN (Fnext_overlay_change, 1);
|
|||
EXFUN (Fdelete_overlay, 1);
|
||||
|
||||
/* 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue