diff options
| author | Richard M. Stallman | 1994-04-10 02:33:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-10 02:33:37 +0000 |
| commit | 03c6309ac76f8ffca43e4b2def928f5bf2ca9b39 (patch) | |
| tree | a5aee332c7840d97e317bd80fa0a3eefb36cf86c /src/buffer.h | |
| parent | 5f0792675d9031e0ed88f4b33e18afe7bfb6a47d (diff) | |
| download | emacs-03c6309ac76f8ffca43e4b2def928f5bf2ca9b39.tar.gz emacs-03c6309ac76f8ffca43e4b2def928f5bf2ca9b39.zip | |
(Vafter_change_functions, Vbefore_change_functions): Declared.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index de20ae7ae4f..38fb1e708ee 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -365,6 +365,8 @@ extern Lisp_Object Fget_file_buffer (); | |||
| 365 | /* Functions to call before and after each text change. */ | 365 | /* Functions to call before and after each text change. */ |
| 366 | extern Lisp_Object Vbefore_change_function; | 366 | extern Lisp_Object Vbefore_change_function; |
| 367 | extern Lisp_Object Vafter_change_function; | 367 | extern Lisp_Object Vafter_change_function; |
| 368 | extern Lisp_Object Vbefore_change_functions; | ||
| 369 | extern Lisp_Object Vafter_change_functions; | ||
| 368 | extern Lisp_Object Vfirst_change_hook; | 370 | extern Lisp_Object Vfirst_change_hook; |
| 369 | extern Lisp_Object Qfirst_change_hook; | 371 | extern Lisp_Object Qfirst_change_hook; |
| 370 | 372 | ||