diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-16 15:14:31 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-16 15:27:25 +0200 |
commit | fd5c08892e05d235317c1efecb044fe53b6b9fa3 (patch) | |
tree | 0279a580cac42c2b4301326175da4e395f83b5fd /lisp/emacs-lisp | |
parent | 731a26bb50aabeb2c0512f0e45b3cda76029a590 (diff) | |
download | emacs-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.el | 1 |
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) |