aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-03 13:09:07 +0000
committerGerd Moellmann1999-11-03 13:09:07 +0000
commita5c7ef8bc4f3bea8330c4c685c97d885bf0164d5 (patch)
treeb8e8dd15ce72417c7e3a3f14ef6ac063a9cd8284 /lib-src
parentdf5a19027a8d04cf332435b2380210fa01e0d438 (diff)
downloademacs-a5c7ef8bc4f3bea8330c4c685c97d885bf0164d5.tar.gz
emacs-a5c7ef8bc4f3bea8330c4c685c97d885bf0164d5.zip
* etags.c (print_help): Change email address to send bugs to.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
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.");
694 print_language_names (); 694 print_language_names ();
695 695
696 puts (""); 696 puts ("");
697 puts ("Report bugs to bug-gnu-emacs@prep.ai.mit.edu"); 697 puts ("Report bugs to bug-gnu-emacs@gnu.org");
698 698
699 exit (GOOD); 699 exit (GOOD);
700} 700}