1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(comint-postoutput-scroll-to-bottom):

Walk the windows even if scroll is nil.
This commit is contained in:
Richard M. Stallman 1993-11-08 12:44:18 +00:00
parent 2fc91d5b50
commit 03b6cf414b

View file

@ -1194,7 +1194,7 @@ This function should be in the list `comint-output-filter-functions'."
(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)