Mercurial > emacs
changeset 4928:a53f01945d43
(comint-postoutput-scroll-to-bottom):
Walk the windows even if scroll is nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Nov 1993 12:44:18 +0000 |
parents | 24bb9fff22ce |
children | 2b5e416494d1 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sun Nov 07 22:50:36 1993 +0000 +++ b/lisp/comint.el Mon Nov 08 12:44:18 1993 +0000 @@ -1194,7 +1194,7 @@ (current (current-buffer)) (process (get-buffer-process current)) (scroll comint-scroll-to-bottom-on-output)) - (if (and process scroll (not (window-minibuffer-p selected))) + (if (and process (not (window-minibuffer-p selected))) (walk-windows (function (lambda (window) (if (eq (window-buffer window) current)