From: Tom Tromey Date: Wed, 19 Jan 2011 15:06:24 +0000 (-0700) Subject: * window.c: Fix error introduced by previous patch. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/ef79d2fac2a4d8e71538b4dc67e771f2c0a178a0 * window.c: Fix error introduced by previous patch. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0288771339..221ad69421 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-01-19 Tom Tromey + + * window.c: Fix error introduced by previous patch. + 2011-01-18 Tom Tromey * globals.h: New file. diff --git a/src/window.c b/src/window.c index 1dd824eeb6..22e3f3d881 100644 --- a/src/window.c +++ b/src/window.c @@ -151,7 +151,7 @@ static int window_scroll_preserve_vpos; #if 0 /* This isn't used anywhere. */ /* Nonzero means we can split a frame even if it is "unsplittable". */ static int inhibit_frame_unsplittable; -#endif extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; +#endif DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,