From a5c7ef8bc4f3bea8330c4c685c97d885bf0164d5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 3 Nov 1999 13:09:07 +0000 Subject: [PATCH] * etags.c (print_help): Change email address to send bugs to. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index 165c298f0da..ebc76904f79 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -694,7 +694,7 @@ Relative ones are stored relative to the output file's directory."); print_language_names (); puts (""); - puts ("Report bugs to bug-gnu-emacs@prep.ai.mit.edu"); + puts ("Report bugs to bug-gnu-emacs@gnu.org"); exit (GOOD); } -- 2.11.4.GIT