# HG changeset patch # User Andreas Schwab # Date 1025374374 0 # Node ID f52b57f5e2a436d7faf739270a8069f943fe246b # Parent 9e996888f3ec2824a526d77846bc55588ce85683 (display-message-or-buffer): Fix last change. diff -r 9e996888f3ec -r f52b57f5e2a4 lisp/simple.el --- 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)