summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-16 15:14:31 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-16 15:27:25 +0200
commitfd5c08892e05d235317c1efecb044fe53b6b9fa3 (patch)
tree0279a580cac42c2b4301326175da4e395f83b5fd /lisp/emacs-lisp
parent731a26bb50aabeb2c0512f0e45b3cda76029a590 (diff)
downloademacs-fd5c08892e05d235317c1efecb044fe53b6b9fa3.tar.gz
emacs-fd5c08892e05d235317c1efecb044fe53b6b9fa3.tar.bz2
emacs-fd5c08892e05d235317c1efecb044fe53b6b9fa3.zip
Remove some references to Emacs 18 and 19
* doc/misc/forms.texi (Modifying Forms Contents, Error Messages): * lisp/arc-mode.el: * lisp/emacs-lisp/edebug.el (edebug-temp-display-freq-count): * lisp/type-break.el: Remove some references to Emacs 18 and 19.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/edebug.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 7ff6d68c3ec..f10dc13fa07 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -4461,7 +4461,6 @@ reinstrument it."
(defun edebug-temp-display-freq-count ()
"Temporarily display the frequency count data for the current definition.
It is removed when you hit any char."
- ;; This seems not to work with Emacs 18.59. It undoes too far.
(interactive)
(let ((inhibit-read-only t))
(undo-boundary)