diff options
Diffstat (limited to 'lisp/emulation/viper-cmd.el')
-rw-r--r-- | lisp/emulation/viper-cmd.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 6945e870604..d0c0a4b4019 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -1009,9 +1009,9 @@ as a Meta key and any number of multiple escapes are allowed." (inhibit-quit t)) (if (viper-ESC-event-p event) (progn - ;; Some versions of Emacs (eg., 22.50.8 have a bug, which makes even - ;; a single ESC into ;; a fast keyseq. To guard against this, we - ;; added a check if there are other events as well. Keep the next + ;; Some versions of Emacs (eg., 22.50.8 (?)) have a bug, which makes + ;; even a single ESC into a fast keyseq. To guard against this, we + ;; added a check if there are other events as well. Keep the next ;; line for the next time the bug reappears, so that will remember to ;; report it. ;;(if (and (viper-fast-keysequence-p) unread-command-events) @@ -5085,12 +5085,12 @@ Mail anyway (y or n)? ") (require 'reporter) (set-window-configuration window-config) - (reporter-submit-bug-report "kifer@cs.stonybrook.edu" - (viper-version) - varlist - nil 'delete-other-windows - salutation) - )) + (reporter-submit-bug-report + "kifer@cs.stonybrook.edu, bug-gnu-emacs@gnu.org" + (viper-version) + varlist + nil 'delete-other-windows + salutation))) |