diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index ce193defa8e..a90b7b7820a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1306,6 +1306,8 @@ extern Lisp_Object truncate_undo_list (); | |||
| 1306 | /* defined in textprop.c */ | 1306 | /* defined in textprop.c */ |
| 1307 | extern Lisp_Object Qmodification_hooks; | 1307 | extern Lisp_Object Qmodification_hooks; |
| 1308 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; | 1308 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; |
| 1309 | extern Lisp_Object Fnext_property_change (); | ||
| 1310 | extern Lisp_Object Fnext_single_property_change (); | ||
| 1309 | 1311 | ||
| 1310 | /* Nonzero means Emacs has already been initialized. | 1312 | /* Nonzero means Emacs has already been initialized. |
| 1311 | Used during startup to detect startup of dumped Emacs. */ | 1313 | Used during startup to detect startup of dumped Emacs. */ |