diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-10-23 22:17:49 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-10-23 22:17:49 +0000 |
commit | a095475c5f316eed7b27f6e0e6df52dae53dc2a5 (patch) | |
tree | 26c67962e031ad990cebf7c8c15f11aaf225d6ab /src | |
parent | 30a2fded2e53d85ae1701257170fb814d4523894 (diff) | |
download | emacs-a095475c5f316eed7b27f6e0e6df52dae53dc2a5.tar.gz |
Change the "pretest" bug report address to the multi-tty list.
* src/emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Change address to the
multi-tty mailing list.
* lisp/mh-e/.arch-inventory: Ignore mh-loaddefs.el.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-428
Diffstat (limited to 'src')
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index b49c9588933..9ada521f1e3 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -786,7 +786,7 @@ void (*__malloc_initialize_hook) () = malloc_initialize_hook; #define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org" -#define REPORT_EMACS_BUG_PRETEST_ADDRESS "emacs-pretest-bug@gnu.org" +#define REPORT_EMACS_BUG_PRETEST_ADDRESS "multi-tty@lists.fnord.hu" /* This function is used to determine an address to which bug report should be sent. */ |