diff options
author | Tom Tromey <tromey@redhat.com> | 2011-01-19 08:06:24 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-01-19 08:06:24 -0700 |
commit | ef79d2fac2a4d8e71538b4dc67e771f2c0a178a0 (patch) | |
tree | 52999ee3c7400cc64db6206d1a5a2a7ed907095b /src/window.c | |
parent | 5dd4f3f7c7057b423e2d73c691761d52e5fd695a (diff) | |
download | emacs-ef79d2fac2a4d8e71538b4dc67e771f2c0a178a0.tar.gz |
* window.c: Fix error introduced by previous patch.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 1dd824eeb6f..22e3f3d8818 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, |