aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
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 */
1606extern Lisp_Object Qmodification_hooks; 1606extern Lisp_Object Qmodification_hooks;
1607extern Lisp_Object Qrear_nonsticky;
1607extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; 1608extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
1608extern Lisp_Object Fnext_property_change (); 1609extern Lisp_Object Fnext_property_change ();
1609extern Lisp_Object Fnext_single_property_change (); 1610extern Lisp_Object Fnext_single_property_change ();