aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-23 00:15:49 +0000
committerRichard M. Stallman <[email protected]>2004-12-23 00:15:49 +0000
commit8e43e4b2f912fe94566a6d78a087d679bee5627d (patch)
treec50ccd1ae4f0093fbd00cf55e3cd8c0cae99aadb
parent81c1cf71feec0cd6f906141d741dccfb76aae3de (diff)
(Vundo_outer_limit): Fix decl.
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 754356689d..8081e7c4fe 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3058,6 +3058,7 @@ extern void record_change P_ ((int, int));
extern void record_property_change P_ ((int, int, Lisp_Object, Lisp_Object,
Lisp_Object));
extern void syms_of_undo P_ ((void));
+extern Lisp_Object Vundo_outer_limit;
/* defined in textprop.c */
extern Lisp_Object Qfont, Qmouse_face;