Mercurial > emacs
changeset 112366:7b02a85cde75
* window.c: Fix error introduced by previous patch.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Wed, 19 Jan 2011 08:06:24 -0700 |
parents | 8fd096a52b28 |
children | 7cecbdca2394 |
files | src/ChangeLog src/window.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 18 19:49:00 2011 -0800 +++ b/src/ChangeLog Wed Jan 19 08:06:24 2011 -0700 @@ -1,3 +1,7 @@ +2011-01-19 Tom Tromey <tromey@redhat.com> + + * window.c: Fix error introduced by previous patch. + 2011-01-18 Tom Tromey <tromey@parfait> * globals.h: New file.
--- a/src/window.c Tue Jan 18 19:49:00 2011 -0800 +++ b/src/window.c Wed Jan 19 08:06:24 2011 -0700 @@ -151,7 +151,7 @@ #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,