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:
parent
2fc91d5b50
commit
03b6cf414b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue