Fix small error in comint-send-input
* lisp/comint.el (comint-send-input): Run comint-output-filter-functions with comint-last-output-start set correctly (bug#51009).
This commit is contained in:
parent
fd7bb31412
commit
570e2c9a17
1 changed files with 1 additions and 0 deletions
|
@ -1990,6 +1990,7 @@ Similarly for Soar, Scheme, etc."
|
|||
|
||||
;; This used to call comint-output-filter-functions,
|
||||
;; but that scrolled the buffer in undesirable ways.
|
||||
(set-marker comint-last-output-start pmark)
|
||||
(run-hook-with-args 'comint-output-filter-functions "")))))
|
||||
|
||||
(defvar comint-preoutput-filter-functions nil
|
||||
|
|
Loading…
Add table
Reference in a new issue