diff options
| author | Richard M. Stallman | 1995-01-13 08:45:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-01-13 08:45:30 +0000 |
| commit | 2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed (patch) | |
| tree | 0db52c694f05014df0b33bcead9dbfe0776e7291 /src | |
| parent | cbf651156bfc9ea5ffbc7b6e9e3d60ad1f761f96 (diff) | |
| download | emacs-2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed.tar.gz emacs-2a96daeb5deec14ee3f7df2cc8b3649eee6ac0ed.zip | |
Declare Qrear_nonsticky.
Diffstat (limited to 'src')
| -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 (); |