]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some unnecessary references to Emacs 19
authorStefan Kangas <stefan@marxist.se>
Thu, 4 Feb 2021 03:53:02 +0000 (04:53 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 4 Feb 2021 04:28:00 +0000 (05:28 +0100)
* 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.

lisp/emacs-lisp/elp.el
lisp/mouse-copy.el
lisp/mouse-drag.el
lisp/progmodes/simula.el
lisp/term.el
lisp/vcursor.el

index f551c0c36c334be7ca2b568a810db8f231e7f789..cc2927caf403fc6e11e8b840bba0a84756c38ddc 100644 (file)
 ;; Boy Jim's profiler.el. Both were written for Emacs 18 and both were
 ;; pretty good first shots at profiling, but I found that they didn't
 ;; provide the functionality or interface that I wanted, so I wrote
-;; this.  I've tested elp in XEmacs 19 and Emacs 19.  There's no point
-;; in even trying to make this work with Emacs 18.
+;; this.
 
 ;; Unlike previous profilers, elp uses Emacs 19's built-in function
 ;; current-time to return interval times.  This obviates the need for
index e48722ef944c1e01b4806ce610e0a0d2fa143d2f..8155c9dff304a6b5dc213f478b063ae3e4dc99b5 100644 (file)
@@ -55,9 +55,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-copy 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.
index 907ef0615941f9e46b077c8eb1d238884ce3d8a5..b2960a4ccd3437087f10cc273f41c2b0bce1ae8f 100644 (file)
@@ -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.
index 7806a6b46c88469d45a7830c2f01f99c1a9bb5c2..a863e7eb4b4ed266f2e8a804cef422a3970dcff8 100644 (file)
@@ -281,7 +281,7 @@ for SIMULA mode to function correctly."
     (define-key map ":"          'simula-electric-label)
     (define-key map "\e\C-q"     'simula-indent-exp)
     (define-key map "\t"         'simula-indent-command)
-    ;; Emacs 19 defines menus in the mode map
+
     (define-key map [menu-bar simula]
       (cons "SIMULA" (make-sparse-keymap "SIMULA")))
     (define-key map [menu-bar simula indent-exp]
index 8a560e85d58b1c8a0c9431d44aa1a3e5af8bf242..971f2703978bbb5c897b4922ee3032583426ad68 100644 (file)
@@ -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)
index e699df4842d7c84b6ae5eede1cb5f4efe0af84c0..595a25381ab4d3cdd47a7e5011731e0640e76b7c 100644 (file)
@@ -38,7 +38,7 @@
 ;;   or t), which means that copying from the vcursor will be turned
 ;;   off after any operation not involving the vcursor, but the
 ;;   vcursor itself will be left alone.
-;; - works on dumb terminals with Emacs 19.29 and later
+;; - works on dumb terminals
 ;; - new keymap vcursor-map for binding to a prefix key
 ;; - vcursor-compare-windows substantially improved
 ;; - vcursor-execute-{key,command} much better about using the
 ;; ============
 ;;
 ;; Virtual cursor commands.  I got this idea from the old BBC micro.
-;; You need Emacs 19 or 20 and a window system for the best effects.
-;; For character terminals, at least Emacs 19.29 is required
-;; (special behavior for the overlay property
-;; "before-string" must be implemented).  Search for "dumb terminals"
-;; for more information.
+;; You need a window system for the best effects.
 ;;
 ;; This is much easier to use than the instructions are to read.
 ;; First, you need to let vcursor define some keys: setting