changeset 46090:f52b57f5e2a4

(display-message-or-buffer): Fix last change.
author Andreas Schwab <schwab@suse.de>
date Sat, 29 Jun 2002 18:12:54 +0000
parents 9e996888f3ec
children 3c0e694299ec
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Jun 29 18:08:32 2002 +0000
+++ b/lisp/simple.el	Sat Jun 29 18:12:54 2002 +0000
@@ -1348,7 +1348,7 @@
 				   1)))
 			 ;; Don't use the echo area if the output buffer is
 			 ;; already dispayed in the selected frame.
-			 (not (get-buffer-window buffer)))
+			 (not (get-buffer-window (current-buffer))))
 		    ;; Echo area
 		    (goto-char (point-max))
 		    (when (bolp)