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/emacs-lisp/elp.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/emacs-lisp/elp.el')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index f551c0c36c3..cc2927caf40 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -110,8 +110,7 @@ ;; 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 |