summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-04 04:53:02 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-04 05:28:00 +0100
commit0d8e15757ed610bbe1833b7540006bbf7363c776 (patch)
tree3a54b017c3d6af2a00f8c19b8cc7e5dd1f2a1733 /lisp/term.el
parentfd9516238a4930bc09b26cc37ae61a2bda95dca2 (diff)
downloademacs-0d8e15757ed610bbe1833b7540006bbf7363c776.tar.gz
Remove some unnecessary references to Emacs 19
* lisp/emacs-lisp/elp.el: * lisp/mouse-copy.el: * lisp/mouse-drag.el: * lisp/progmodes/simula.el (simula-mode-map): * lisp/term.el (term-matching-input-from-input-string): * lisp/vcursor.el: Doc fix; don't mention Emacs 19.
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el
index 8a560e85d58..971f2703978 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -683,8 +683,7 @@ Buffer local variable.")
"Index of last matched history element.")
(defvar term-matching-input-from-input-string ""
"Input previously used to match input history.")
-; This argument to set-process-filter disables reading from the process,
-; assuming this is Emacs 19.20 or newer.
+; This argument to set-process-filter disables reading from the process.
(defvar term-pager-filter t)
(put 'term-input-ring 'permanent-local t)