diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-19 17:59:13 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-19 18:05:51 +0200 |
commit | b7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch) | |
tree | 09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/emacs-lisp/edebug.el | |
parent | 043ae1f53a29d69f2573356715861ec54d626b56 (diff) | |
download | emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.bz2 emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.zip |
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-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 dff16df0029..9de8999fdfd 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -2861,7 +2861,6 @@ See `edebug-behavior-alist' for implementations.") (this-command this-command) (current-prefix-arg nil) - ;; More for Emacs 19 (last-input-event nil) (last-command-event nil) (last-event-frame nil) |