Mercurial > emacs
changeset 39942:728d02aa7502
(display-message-or-buffer): Pass the correct buffer to `display-buffer'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 15 Oct 2001 01:00:54 +0000 |
parents | 2f2aaaa2444e |
children | b6b684cd54c9 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sun Oct 14 22:45:14 2001 +0000 +++ b/lisp/simple.el Mon Oct 15 01:00:54 2001 +0000 @@ -1305,7 +1305,8 @@ (t ;; Buffer (goto-char (point-min)) - (display-buffer message not-this-window frame)))))))) + (display-buffer (current-buffer) + not-this-window frame)))))))) ;; We have a sentinel to prevent insertion of a termination message