emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104623: One more fix for display-buf


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104623: One more fix for display-buffer-normalize-specifiers-1.
Date: Sat, 18 Jun 2011 17:14:35 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104623
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-18 17:14:35 +0200
message:
  One more fix for display-buffer-normalize-specifiers-1.
  
  * window.el (display-buffer-normalize-specifiers-1): Fix thinko.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-18 14:23:14 +0000
+++ b/lisp/ChangeLog    2011-06-18 15:14:35 +0000
@@ -9,6 +9,7 @@
        pop-up-windows is unset.  Add a reuse-window specifier for the
        case popping up a new window fails.
        (special-display-popup-frame): Remove double quoting.
+       (display-buffer-normalize-specifiers-1): Fix thinko.
 
 2011-06-17  Stefan Monnier  <address@hidden>
 

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-06-18 14:23:14 +0000
+++ b/lisp/window.el    2011-06-18 15:14:35 +0000
@@ -5009,7 +5009,8 @@
       ;; A macro specifier.
       (cdr entry))
      ((or (display-buffer-other-window-means-other-frame buffer-name label)
-         (with-no-warnings (not pop-up-frames)))
+         (with-no-warnings pop-up-frames))
+      ;; Pop up another frame.
       (cdr (assq 'other-frame display-buffer-macro-specifiers)))
      (t
       ;; In any other case pop up a new window.


reply via email to

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