emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102901: * window.c: Fix error introd


From: Tom Tromey
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102901: * window.c: Fix error introduced by previous patch.
Date: Wed, 19 Jan 2011 08:06:24 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102901
committer: Tom Tromey <address@hidden>
branch nick: trunk
timestamp: Wed 2011-01-19 08:06:24 -0700
message:
        * window.c: Fix error introduced by previous patch.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-01-18 20:45:37 +0000
+++ b/src/ChangeLog     2011-01-19 15:06:24 +0000
@@ -1,3 +1,7 @@
+2011-01-19  Tom Tromey  <address@hidden>
+
+       * window.c: Fix error introduced by previous patch.
+
 2011-01-18  Tom Tromey  <address@hidden>
 
        * globals.h: New file.

=== modified file 'src/window.c'
--- a/src/window.c      2011-01-18 20:45:37 +0000
+++ b/src/window.c      2011-01-19 15:06:24 +0000
@@ -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,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]