diff options
| author | Richard M. Stallman | 2004-12-23 00:15:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-23 00:15:49 +0000 |
| commit | 8e43e4b2f912fe94566a6d78a087d679bee5627d (patch) | |
| tree | c50ccd1ae4f0093fbd00cf55e3cd8c0cae99aadb /src | |
| parent | 81c1cf71feec0cd6f906141d741dccfb76aae3de (diff) | |
| download | emacs-8e43e4b2f912fe94566a6d78a087d679bee5627d.tar.gz emacs-8e43e4b2f912fe94566a6d78a087d679bee5627d.zip | |
(Vundo_outer_limit): Fix decl.
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; |