diff options
| author | Richard M. Stallman | 1993-07-13 21:07:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-13 21:07:02 +0000 |
| commit | c2d8811cc666c444195af459c2fe7f96d16093e7 (patch) | |
| tree | c74f47c702c8396613ccc877825be24942a95b24 /src | |
| parent | f256353cbcb66fb9844a830473c885d55f7f10c3 (diff) | |
| download | emacs-c2d8811cc666c444195af459c2fe7f96d16093e7.tar.gz emacs-c2d8811cc666c444195af459c2fe7f96d16093e7.zip | |
(Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.
This replaces part of previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 4949056e138..c34dc54d7bc 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1289,8 +1289,8 @@ extern Lisp_Object Fundo_boundary (); | |||
| 1289 | extern Lisp_Object truncate_undo_list (); | 1289 | extern Lisp_Object truncate_undo_list (); |
| 1290 | 1290 | ||
| 1291 | /* defined in textprop.c */ | 1291 | /* defined in textprop.c */ |
| 1292 | extern Lisp_Object Qmodification_hooks, Qinsert_before_hooks; | 1292 | extern Lisp_Object Qmodification_hooks; |
| 1293 | extern Lisp_Object Qinsert_after_hooks; | 1293 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; |
| 1294 | 1294 | ||
| 1295 | /* Nonzero means Emacs has already been initialized. | 1295 | /* Nonzero means Emacs has already been initialized. |
| 1296 | Used during startup to detect startup of dumped Emacs. */ | 1296 | Used during startup to detect startup of dumped Emacs. */ |