Mercurial > emacs
diff src/window.c @ 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 | 42e22c4f06b7 |
children | 9f7614f1a892 |
line wrap: on
line diff
--- 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,