Mercurial > emacs
changeset 59070:0927fb5e3920
(Vundo_outer_limit): Fix decl.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 2004 00:15:49 +0000 |
parents | 27371673eba8 |
children | 51027cf26edc |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Dec 23 00:15:23 2004 +0000 +++ b/src/lisp.h Thu Dec 23 00:15:49 2004 +0000 @@ -3058,6 +3058,7 @@ 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;