emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105077: Revert last change of displa


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105077: Revert last change of display-buffer-normalize-default.
Date: Sun, 10 Jul 2011 14:41:47 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105077
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-10 14:41:47 +0200
message:
  Revert last change of display-buffer-normalize-default.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-10 10:19:47 +0000
+++ b/lisp/ChangeLog    2011-07-10 12:41:47 +0000
@@ -1,9 +1,3 @@
-2011-07-10  Martin Rudalics  <address@hidden>
-
-       * window.el (display-buffer-normalize-default): Don't invert
-       meaning of even-window-heights.  Reported by Eli Zaretskii
-       <address@hidden>.
-
 2011-07-10  Bob Rogers  <address@hidden>
 
        * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-07-10 10:19:47 +0000
+++ b/lisp/window.el    2011-07-10 12:41:47 +0000
@@ -5347,7 +5347,7 @@
 
       ;; `even-window-heights'
       (unless (and (boundp 'even-window-heights)
-                  even-window-heights)
+                  (not even-window-heights))
        (setq specifiers
              (cons (cons 'reuse-window-even-sizes t) specifiers)))
 


reply via email to

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