changeset 83495:989dc6aa2eb2

Set emacsbug.el's pretest address to the multi-tty list. (Reported by Richard Lewis.) * lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): Set pretest address to multi-tty@lists.fnord.hu. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-535
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 26 Mar 2006 07:21:47 +0000
parents b901f4f12f33
children f271076dab2d
files lisp/mail/emacsbug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Wed Mar 22 15:16:06 2006 +0000
+++ b/lisp/mail/emacsbug.el	Sun Mar 26 07:21:47 2006 +0000
@@ -48,7 +48,7 @@
   :group 'emacsbug
   :type 'string)
 
-(defcustom report-emacs-bug-pretest-address "emacs-pretest-bug@gnu.org"
+(defcustom report-emacs-bug-pretest-address "multi-tty@lists.fnord.hu"
   "*Address of mailing list for GNU Emacs pretest bugs."
   :group 'emacsbug
   :type 'string)