aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2013-02-23 13:54:00 -0800
committerGlenn Morris2013-02-23 13:54:00 -0800
commite8ba2352060cd99e35409f9dd6a53e38267b070a (patch)
tree73e7ffcfb5420fcc6cc8312704479ec3c130ea4c /lisp/textmodes
parent3296c4430fd307a2efe869b66fcbf4240a91cb32 (diff)
downloademacs-e8ba2352060cd99e35409f9dd6a53e38267b070a.tar.gz
emacs-e8ba2352060cd99e35409f9dd6a53e38267b070a.zip
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/textmodes')
-rw-r--r--lisp/textmodes/artist.el2
-rw-r--r--lisp/textmodes/reftex.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index c2978b0ea40..2bd7283676e 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -198,7 +198,7 @@
198;; Variables 198;; Variables
199 199
200(defconst artist-version "1.2.6") 200(defconst artist-version "1.2.6")
201(defconst artist-maintainer-address "tab@lysator.liu.se") 201(defconst artist-maintainer-address "tab@lysator.liu.se, bug-gnu-emacs@gnu.org")
202 202
203(defvar x-pointer-crosshair) 203(defvar x-pointer-crosshair)
204 204
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index a41409fc897..d5bb0170cd9 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -2464,7 +2464,7 @@ information about your RefTeX version and configuration."
2464 (require 'reporter) 2464 (require 'reporter)
2465 (let ((reporter-prompt-for-summary-p "Bug report subject: ")) 2465 (let ((reporter-prompt-for-summary-p "Bug report subject: "))
2466 (reporter-submit-bug-report 2466 (reporter-submit-bug-report
2467 "bug-auctex@gnu.org" 2467 "bug-auctex@gnu.org, bug-gnu-emacs@gnu.org"
2468 reftex-version 2468 reftex-version
2469 (list 'window-system 2469 (list 'window-system
2470 'reftex-plug-into-AUCTeX) 2470 'reftex-plug-into-AUCTeX)