emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Tue, 28 May 2002 12:25:39 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.308 emacs/src/emacs.c:1.309
*** emacs/src/emacs.c:1.308     Mon May 20 04:05:32 2002
--- emacs/src/emacs.c   Tue May 28 12:25:37 2002
***************
*** 234,239 ****
--- 234,240 ----
  --no-init-file, -q        load neither ~/.emacs nor default.el\n\
  --no-shared-memory, -nl           do not use shared memory\n\
  --no-site-file                    do not load site-start.el\n\
+ --no-splash               do not display a splash screen on startup\n\
  --no-window-system, -nw           don't communicate with X, ignoring 
$DISPLAY\n\
  --terminal, -t DEVICE     use DEVICE for terminal I/O\n\
  --unibyte, --no-multibyte   run Emacs in unibyte mode\n\
***************
*** 1665,1670 ****
--- 1666,1672 ----
    { "-q", "--no-init-file", 50, 0 },
    { "-no-init-file", 0, 50, 0 },
    { "-no-site-file", "--no-site-file", 40, 0 },
+   { "-no-splash", "--no-splash", 40, 0 },
    { "-u", "--user", 30, 1 },
    { "-user", 0, 30, 1 },
    { "-debug-init", "--debug-init", 20, 0 },



reply via email to

[Prev in Thread] Current Thread [Next in Thread]