diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index f235e1f64be..c13a1e7a53a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1770,7 +1770,7 @@ extern Lisp_Object truncate_undo_list (); | |||
| 1770 | 1770 | ||
| 1771 | /* defined in textprop.c */ | 1771 | /* defined in textprop.c */ |
| 1772 | extern Lisp_Object Qmodification_hooks; | 1772 | extern Lisp_Object Qmodification_hooks; |
| 1773 | extern Lisp_Object Qrear_nonsticky; | 1773 | extern Lisp_Object Qrear_nonsticky, Qfont; |
| 1774 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; | 1774 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; |
| 1775 | extern Lisp_Object Fnext_property_change (); | 1775 | extern Lisp_Object Fnext_property_change (); |
| 1776 | extern Lisp_Object Fnext_single_property_change (); | 1776 | extern Lisp_Object Fnext_single_property_change (); |