# HG changeset patch # User Karoly Lorentey # Date 1143357707 0 # Node ID 989dc6aa2eb21ae71bdf176cf42b244ee24ef51c # Parent b901f4f12f33a7ca30cf3338a1cc236bd5e451f8 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 diff -r b901f4f12f33 -r 989dc6aa2eb2 lisp/mail/emacsbug.el --- 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)