summaryrefslogtreecommitdiff
path: root/debian-bts-control.el
diff options
context:
space:
mode:
authorpsg <>2009-12-19 14:27:40 +0000
committerpsg <>2009-12-19 14:27:40 +0000
commit9f4aaa807bb39edae6751e362829f702ea63cbee (patch)
treebcf0aedbc678039a6d6792ade8b201ea3a6842a0 /debian-bts-control.el
parentc6f80d919b74c14a7ffcadbe13f488f05634e0dd (diff)
debian-el:
debian-bug.el: Emacs BTS moved to debbugs.gnu.org dpkg-dev-el: debian-bts-control.el: Emacs BTS moved to debbugs.gnu.org Thanks to Sven Joachim (Closes: #561561).
Diffstat (limited to 'debian-bts-control.el')
-rw-r--r--debian-bts-control.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian-bts-control.el b/debian-bts-control.el
index b4e9ffb..1c94d40 100644
--- a/debian-bts-control.el
+++ b/debian-bts-control.el
@@ -70,7 +70,8 @@
;; - Add command `emacs-bts-control', new command to interface with Emacs BTS.
;; V1.13 21Nov2009 Peter S Galbraith <psg@debian.org>
;; - Patches from Sven Joachim (Closes: #557408, #557412)
-
+;; V1.14 19Dec2009 Peter S Galbraith <psg@debian.org>
+;; - Emacs BTS moved to debbugs.gnu.org
;;; Code:
(eval-when-compile '(require 'cl))
@@ -1112,7 +1113,7 @@ Copyright 1999 Darren O. Benham, 1994-1997 Ian Jackson,
1997 nCipher Corporation Ltd.")))
(defun emacs-bts-control (action &optional arg)
- "Contruct a message with ACTION command for control@emacsbugs.donarmstrong.com.
+ "Contruct a message with ACTION command for control@debbugs.gnu.org.
Contructs a new control command line if called from within the message
being constructed.
@@ -1123,8 +1124,8 @@ in `debian-bts-control-modes-to-reuse'."
(interactive (list (completing-read "Command: "
debian-bts-control-alist nil nil)
current-prefix-arg))
- (let ((debian-bts-emailaddress "control@emacsbugs.donarmstrong.com")
- (debian-bts-emaildomain "emacsbugs.donarmstrong.com")
+ (let ((debian-bts-emailaddress "control@debbugs.gnu.org")
+ (debian-bts-emaildomain "debbugs.gnu.org")
(debian-bts-control-for-emacs t))
(debian-bts-control action arg)))