Mercurial > emacs
changeset 83623:85ebbe91c285
Revert to official bug report addresses.
* 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>
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 20 May 2007 23:29:21 +0000 |
parents | 0a3247aa24a4 |
children | 3b1222f7b28a |
files | lisp/ChangeLog.multi-tty lisp/mail/emacsbug.el src/ChangeLog.multi-tty src/emacs.c |
diffstat | 4 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.multi-tty Sun May 20 23:29:14 2007 +0000 +++ b/lisp/ChangeLog.multi-tty Sun May 20 23:29:21 2007 +0000 @@ -1,8 +1,11 @@ 2007-05-20 L$,1 q(Brentey K,Aa(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.
--- a/lisp/mail/emacsbug.el Sun May 20 23:29:14 2007 +0000 +++ b/lisp/mail/emacsbug.el Sun May 20 23:29:21 2007 +0000 @@ -48,7 +48,7 @@ :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)
--- a/src/ChangeLog.multi-tty Sun May 20 23:29:14 2007 +0000 +++ b/src/ChangeLog.multi-tty Sun May 20 23:29:21 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-20 L$,1 q(Brentey K,Aa(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.
--- a/src/emacs.c Sun May 20 23:29:14 2007 +0000 +++ b/src/emacs.c Sun May 20 23:29:21 2007 +0000 @@ -756,7 +756,7 @@ #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. */