* window.c: Fix error introduced by previous patch.
authorTom Tromey <tromey@redhat.com>
Wed, 19 Jan 2011 15:06:24 +0000 (08:06 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Jan 2011 15:06:24 +0000 (08:06 -0700)
src/ChangeLog
src/window.c

index 0288771..221ad69 100644 (file)
@@ -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.
index 1dd824e..22e3f3d 100644 (file)
@@ -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
 
 \f
 DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,