diff options
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 754356689d9..8081e7c4fe4 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3058,6 +3058,7 @@ extern void record_change P_ ((int, int)); | |||
| 3058 | extern void record_property_change P_ ((int, int, Lisp_Object, Lisp_Object, | 3058 | extern void record_property_change P_ ((int, int, Lisp_Object, Lisp_Object, |
| 3059 | Lisp_Object)); | 3059 | Lisp_Object)); |
| 3060 | extern void syms_of_undo P_ ((void)); | 3060 | extern void syms_of_undo P_ ((void)); |
| 3061 | extern Lisp_Object Vundo_outer_limit; | ||
| 3061 | 3062 | ||
| 3062 | /* defined in textprop.c */ | 3063 | /* defined in textprop.c */ |
| 3063 | extern Lisp_Object Qfont, Qmouse_face; | 3064 | extern Lisp_Object Qfont, Qmouse_face; |