diff options
author | Glenn Morris <rgm@gnu.org> | 2013-02-23 13:54:00 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-02-23 13:54:00 -0800 |
commit | e8ba2352060cd99e35409f9dd6a53e38267b070a (patch) | |
tree | 73e7ffcfb5420fcc6cc8312704479ec3c130ea4c /lisp/emulation | |
parent | 3296c4430fd307a2efe869b66fcbf4240a91cb32 (diff) | |
download | emacs-e8ba2352060cd99e35409f9dd6a53e38267b070a.tar.gz |
Add bug-gnu-emacs to some specialized bug report addresses
* emulation/viper-cmd.el (viper-submit-report):
* progmodes/ps-mode.el (ps-mode-maintainer-address):
* progmodes/vera-mode.el (vera-mode-help-address):
* textmodes/artist.el (artist-maintainer-address):
* textmodes/reftex.el (reftex-report-bug):
* vc/ediff-util.el (ediff-submit-report):
Add bug-gnu-emacs to bug report address.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-cmd.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 6945e870604..3813c304de1 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -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))) |