From: Richard M. Stallman Date: Thu, 23 Dec 2004 00:15:49 +0000 (+0000) Subject: (Vundo_outer_limit): Fix decl. X-Git-Tag: ttn-vms-21-2-B4~3173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e43e4b2f912fe94566a6d78a087d679bee5627d;p=emacs.git (Vundo_outer_limit): Fix decl. --- 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)); 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;