* lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to
official Emacs pretest bug report address.
* src/emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to
official Emacs pretest bug report address.
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-13
Creator: Karoly Lorentey <karoly@lorentey.hu>
2007-05-20 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
- * lisp/server.el (server-process-filter): Don't change
+ * server.el (server-process-filter): Don't change
default-directory in *scratch*.
+ * mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to
+ official Emacs pretest bug report address.
+
2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
* term/mac-win.el: Provide mac-win.
:group 'emacsbug
:type 'string)
-(defcustom report-emacs-bug-pretest-address "multi-tty@lists.fnord.hu"
+(defcustom report-emacs-bug-pretest-address "emacs-pretest-bug@gnu.org"
"*Address of mailing list for GNU Emacs pretest bugs."
:group 'emacsbug
:type 'string)
+2007-05-20 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
+
+ * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to
+ official Emacs pretest bug report address.
+
2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
* frame.c (Fmake_terminal_frame): Disable output method test.
#define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org"
-#define REPORT_EMACS_BUG_PRETEST_ADDRESS "multi-tty@lists.fnord.hu"
+#define REPORT_EMACS_BUG_PRETEST_ADDRESS "emacs-pretest-bug@gnu.org"
/* This function is used to determine an address to which bug report should
be sent. */