aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-13 08:45:30 +0000
committerRichard M. Stallman1995-01-13 08:45:30 +0000
commit2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed (patch)
tree0db52c694f05014df0b33bcead9dbfe0776e7291 /src/lisp.h
parentcbf651156bfc9ea5ffbc7b6e9e3d60ad1f761f96 (diff)
downloademacs-2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed.tar.gz
emacs-2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed.zip
Declare Qrear_nonsticky.
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 ();