diff options
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 0c7c2eae69c..7717d4021a9 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1604,6 +1604,7 @@ extern Lisp_Object truncate_undo_list (); | |||
| 1604 | 1604 | ||
| 1605 | /* defined in textprop.c */ | 1605 | /* defined in textprop.c */ |
| 1606 | extern Lisp_Object Qmodification_hooks; | 1606 | extern Lisp_Object Qmodification_hooks; |
| 1607 | extern Lisp_Object Qrear_nonsticky; | ||
| 1607 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; | 1608 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; |
| 1608 | extern Lisp_Object Fnext_property_change (); | 1609 | extern Lisp_Object Fnext_property_change (); |
| 1609 | extern Lisp_Object Fnext_single_property_change (); | 1610 | extern Lisp_Object Fnext_single_property_change (); |