diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-04 04:53:02 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-04 05:28:00 +0100 |
commit | 0d8e15757ed610bbe1833b7540006bbf7363c776 (patch) | |
tree | 3a54b017c3d6af2a00f8c19b8cc7e5dd1f2a1733 /lisp/mouse-drag.el | |
parent | fd9516238a4930bc09b26cc37ae61a2bda95dca2 (diff) | |
download | emacs-0d8e15757ed610bbe1833b7540006bbf7363c776.tar.gz emacs-0d8e15757ed610bbe1833b7540006bbf7363c776.tar.bz2 emacs-0d8e15757ed610bbe1833b7540006bbf7363c776.zip |
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/mouse-drag.el')
-rw-r--r-- | lisp/mouse-drag.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el index 907ef061594..b2960a4ccd3 100644 --- a/lisp/mouse-drag.el +++ b/lisp/mouse-drag.el @@ -70,9 +70,6 @@ ;; <twurgler@goodyear.com> is similar to mouse-drag-throw, but ;; doesn't pass clicks through. ;; -;; These functions have been tested in emacs version 19.30, -;; and this package has run in the past on 19.25-19.29. -;; ;; Originally mouse-drag was part of a larger package. ;; As of 11 July 96 the scrolling functions were split out ;; in preparation for incorporation into (the future) emacs-19.32. |