;; -no-site-file Do not load "site-start.el". (This is the ONLY
;; --no-site-file way to prevent loading that file.)
;; -------------------------
-;; -nosplash Don't display a splash screen on startup.
-;; --nosplash
+;; -no-splash Don't display a splash screen on startup.
+;; --no-splash
;; -------------------------
;; -u USER Load USER's init file instead of the init
;; -user USER file belonging to the user starting Emacs.
;; and long versions of what's on command-switch-alist.
(longopts
(append '(("--funcall") ("--load") ("--insert") ("--kill")
- ("--directory") ("--eval") ("--execute") ("--nosplash")
+ ("--directory") ("--eval") ("--execute") ("--no-splash")
("--find-file") ("--visit") ("--file"))
(mapcar (lambda (elt)
(list (concat "-" (car elt))))
(funcall (cdr tem) argi))
(funcall (cdr tem) argi)))
- ((string-equal argi "-nosplash")
+ ((string-equal argi "-no-splash")
(setq inhibit-startup-message t))
((member argi '("-f" ;what the manual claims
and @samp{-batch} have no effect on the loading of this file---this is
the only option that blocks it.
-@item --nosplash
-@opindex --nosplash
+@item --no-splash
+@opindex --no-splash
@vindex inhibit-startup-message
Do not display a splash screen on startup; this is equivlaent to
setting the variable @code{inhibit-startup-message} to non-nil.