mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
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
@ -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…
Reference in New Issue
Block a user