Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6aac2ab0
Commit
6aac2ab0
authored
Nov 09, 1996
by
Richard M. Stallman
Browse files
(comint-output-filter): Run comint-output-filter-functions
directly, not via comint-output-filter.
parent
ca67b44e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/comint.el
lisp/comint.el
+3
-1
No files found.
lisp/comint.el
View file @
6aac2ab0
...
...
@@ -1192,7 +1192,9 @@ Similarly for Soar, Scheme, etc."
(
set-marker
comint-last-input-end
(
point
))
(
set-marker
(
process-mark
proc
)
(
point
))
(
funcall
comint-input-sender
proc
input
)
(comint-output-filter proc "")))))
;; This used to call comint-output-filter-functions,
;; but that scrolled the buffer in undesirable ways.
(
run-hook-with-args
'comint-output-filter-functions
""
)))))
;; The purpose of using this filter for comint processes
;; is to keep comint-last-input-end from moving forward
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment