emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 29 Jun 2002 14:12:55 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.554 emacs/lisp/simple.el:1.555
*** emacs/lisp/simple.el:1.554  Sat Jun 29 14:08:22 2002
--- emacs/lisp/simple.el        Sat Jun 29 14:12:54 2002
***************
*** 1348,1354 ****
                                   1)))
                         ;; Don't use the echo area if the output buffer is
                         ;; already dispayed in the selected frame.
!                        (not (get-buffer-window buffer)))
                    ;; Echo area
                    (goto-char (point-max))
                    (when (bolp)
--- 1348,1354 ----
                                   1)))
                         ;; Don't use the echo area if the output buffer is
                         ;; already dispayed in the selected frame.
!                        (not (get-buffer-window (current-buffer))))
                    ;; Echo area
                    (goto-char (point-max))
                    (when (bolp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]