aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-23 00:15:49 +0000
committerRichard M. Stallman2004-12-23 00:15:49 +0000
commit8e43e4b2f912fe94566a6d78a087d679bee5627d (patch)
treec50ccd1ae4f0093fbd00cf55e3cd8c0cae99aadb /src
parent81c1cf71feec0cd6f906141d741dccfb76aae3de (diff)
downloademacs-8e43e4b2f912fe94566a6d78a087d679bee5627d.tar.gz
emacs-8e43e4b2f912fe94566a6d78a087d679bee5627d.zip
(Vundo_outer_limit): Fix decl.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
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));
3058extern void record_property_change P_ ((int, int, Lisp_Object, Lisp_Object, 3058extern void record_property_change P_ ((int, int, Lisp_Object, Lisp_Object,
3059 Lisp_Object)); 3059 Lisp_Object));
3060extern void syms_of_undo P_ ((void)); 3060extern void syms_of_undo P_ ((void));
3061extern Lisp_Object Vundo_outer_limit;
3061 3062
3062/* defined in textprop.c */ 3063/* defined in textprop.c */
3063extern Lisp_Object Qfont, Qmouse_face; 3064extern Lisp_Object Qfont, Qmouse_face;