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:
parent
33efb6d606
commit
8fe2adc8a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user