From: Richard M. Stallman Date: Fri, 13 Jan 1995 08:45:30 +0000 (+0000) Subject: Declare Qrear_nonsticky. X-Git-Tag: emacs-19.34~5432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed;p=emacs.git Declare Qrear_nonsticky. --- 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 (); /* defined in textprop.c */ extern Lisp_Object Qmodification_hooks; +extern Lisp_Object Qrear_nonsticky; extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; extern Lisp_Object Fnext_property_change (); extern Lisp_Object Fnext_single_property_change ();