emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 8fe2adc: Fix `display-buffer' call in `display-me


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-25 8fe2adc: Fix `display-buffer' call in `display-message-or-buffer' (Bug#22221)
Date: Tue, 22 Dec 2015 08:20:00 +0000

branch: emacs-25
commit 8fe2adc8a8732959057b116e5e16889698924644
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix `display-buffer' call in `display-message-or-buffer' (Bug#22221)
    
    * lisp/simple.el (display-message-or-buffer): Call
    `display-buffer' with ACTION instead of NOT-THIS-WINDOW
    (Bug#22221).
---
 lisp/simple.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 2abab5c..a22fe03 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3424,8 +3424,7 @@ and are only used if a pop-up buffer is displayed."
                   (t
                    ;; Buffer
                    (goto-char (point-min))
-                   (display-buffer (current-buffer)
-                                   not-this-window frame))))))))
+                   (display-buffer (current-buffer) action frame))))))))
 
 
 ;; We have a sentinel to prevent insertion of a termination message



reply via email to

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