# HG changeset patch # User Richard M. Stallman # Date 752762658 0 # Node ID a53f01945d43b5941bf1c747ecec5c06123c5727 # Parent 24bb9fff22cedca58a7ee77a762b59b689dba912 (comint-postoutput-scroll-to-bottom): Walk the windows even if scroll is nil. diff -r 24bb9fff22ce -r a53f01945d43 lisp/comint.el --- 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)