comparison src/emacs.c @ 21811:180afb14ad52

(main): Fix bug report address.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Apr 1998 21:33:28 +0000
parents a28b0160cc1b
children 2ce6f0e5425b
comparison
equal deleted inserted replaced
21810:15f5abff4d9b 21811:180afb14ad52
784 Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ 784 Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
785 [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ 785 [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\
786 [--version] [--no-site-file]\n\ 786 [--version] [--no-site-file]\n\
787 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ 787 [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\
788 [+linenum] file-to-visit [--kill]\n\ 788 [+linenum] file-to-visit [--kill]\n\
789 Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ 789 Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\
790 the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); 790 the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
791 exit (0); 791 exit (0);
792 } 792 }
793 793
794 #ifdef HAVE_X_WINDOWS 794 #ifdef HAVE_X_WINDOWS