1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

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).
This commit is contained in:
Martin Rudalics 2015-12-22 09:19:21 +01:00
parent 33efb6d606
commit 8fe2adc8a8

View File

@ -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