aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2005-10-23 22:17:49 +0000
committerKaroly Lorentey2005-10-23 22:17:49 +0000
commita095475c5f316eed7b27f6e0e6df52dae53dc2a5 (patch)
tree26c67962e031ad990cebf7c8c15f11aaf225d6ab
parent30a2fded2e53d85ae1701257170fb814d4523894 (diff)
downloademacs-a095475c5f316eed7b27f6e0e6df52dae53dc2a5.tar.gz
emacs-a095475c5f316eed7b27f6e0e6df52dae53dc2a5.zip
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
-rw-r--r--lisp/mh-e/.arch-inventory1
-rw-r--r--src/emacs.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/.arch-inventory b/lisp/mh-e/.arch-inventory
new file mode 100644
index 00000000000..ae09e5e84d3
--- /dev/null
+++ b/lisp/mh-e/.arch-inventory
@@ -0,0 +1 @@
precious ^mh-loaddefs\.el$
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;
786 786
787 787
788#define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org" 788#define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org"
789#define REPORT_EMACS_BUG_PRETEST_ADDRESS "emacs-pretest-bug@gnu.org" 789#define REPORT_EMACS_BUG_PRETEST_ADDRESS "multi-tty@lists.fnord.hu"
790 790
791/* This function is used to determine an address to which bug report should 791/* This function is used to determine an address to which bug report should
792 be sent. */ 792 be sent. */