emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Mon, 16 Jul 2007 13:21:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/07/16 13:21:53

Index: window.c
===================================================================
RCS file: /sources/emacs/emacs/src/window.c,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -b -r1.579 -r1.580
--- window.c    15 Jul 2007 08:21:41 -0000      1.579
+++ window.c    16 Jul 2007 13:21:53 -0000      1.580
@@ -3757,7 +3757,7 @@
          if (!NILP (window)
              && ! FRAME_NO_SPLIT_P (XFRAME (XWINDOW (window)->frame))
              && (EQ (window, selected_window)
-                 || EQ (XWINDOW (window)->parent, Qnil))
+                 || NILP (XWINDOW (window)->parent))
              && window_height (window) >= split_height_threshold
              && (window_height (window)
                  >= (2 * window_min_size_2 (XWINDOW (window), 0))))
@@ -6909,7 +6909,7 @@
        vertical_type = Qnil;
     }
 
-  if (!(EQ (vertical_type, Qnil)
+  if (!(NILP (vertical_type)
        || EQ (vertical_type, Qleft)
        || EQ (vertical_type, Qright)
        || EQ (vertical_type, Qt)))




reply via email to

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