diff options
| author | Richard M. Stallman | 1993-07-13 02:20:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-13 02:20:40 +0000 |
| commit | 8537f1cb3a43db01d230c71be6a5ee482810919d (patch) | |
| tree | df7f083c3ec80a560d7a7221f2e576ed6399ce19 /src | |
| parent | c36494197bf0d9e0418eebd94243d05e9a59c769 (diff) | |
| download | emacs-8537f1cb3a43db01d230c71be6a5ee482810919d.tar.gz emacs-8537f1cb3a43db01d230c71be6a5ee482810919d.zip | |
(Qinsert_before_hooks, Qinsert_after_hooks): Declared.
(Qmodification_hooks): Declared.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 14f529185ee..4949056e138 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1288,6 +1288,10 @@ extern Lisp_Object Fexecute_kbd_macro (); | |||
| 1288 | extern Lisp_Object Fundo_boundary (); | 1288 | 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 */ | ||
| 1292 | extern Lisp_Object Qmodification_hooks, Qinsert_before_hooks; | ||
| 1293 | extern Lisp_Object Qinsert_after_hooks; | ||
| 1294 | |||
| 1291 | /* Nonzero means Emacs has already been initialized. | 1295 | /* Nonzero means Emacs has already been initialized. |
| 1292 | Used during startup to detect startup of dumped Emacs. */ | 1296 | Used during startup to detect startup of dumped Emacs. */ |
| 1293 | extern int initialized; | 1297 | extern int initialized; |