/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.308 by raeburn, Mon May 20 08:05:32 2002 UTC revision 1.309 by walters, Tue May 28 16:25:37 2002 UTC
# Line 234  Initialization options:\n\ Line 234  Initialization options:\n\
234  --no-init-file, -q          load neither ~/.emacs nor default.el\n\  --no-init-file, -q          load neither ~/.emacs nor default.el\n\
235  --no-shared-memory, -nl     do not use shared memory\n\  --no-shared-memory, -nl     do not use shared memory\n\
236  --no-site-file              do not load site-start.el\n\  --no-site-file              do not load site-start.el\n\
237    --no-splash                 do not display a splash screen on startup\n\
238  --no-window-system, -nw     don't communicate with X, ignoring $DISPLAY\n\  --no-window-system, -nw     don't communicate with X, ignoring $DISPLAY\n\
239  --terminal, -t DEVICE       use DEVICE for terminal I/O\n\  --terminal, -t DEVICE       use DEVICE for terminal I/O\n\
240  --unibyte, --no-multibyte   run Emacs in unibyte mode\n\  --unibyte, --no-multibyte   run Emacs in unibyte mode\n\
# Line 1665  struct standard_args standard_args[] = Line 1666  struct standard_args standard_args[] =
1666    { "-q", "--no-init-file", 50, 0 },    { "-q", "--no-init-file", 50, 0 },
1667    { "-no-init-file", 0, 50, 0 },    { "-no-init-file", 0, 50, 0 },
1668    { "-no-site-file", "--no-site-file", 40, 0 },    { "-no-site-file", "--no-site-file", 40, 0 },
1669      { "-no-splash", "--no-splash", 40, 0 },
1670    { "-u", "--user", 30, 1 },    { "-u", "--user", 30, 1 },
1671    { "-user", 0, 30, 1 },    { "-user", 0, 30, 1 },
1672    { "-debug-init", "--debug-init", 20, 0 },    { "-debug-init", "--debug-init", 20, 0 },

Legend:
Removed from v.1.308  
changed lines
  Added in v.1.309

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26