]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorColin Walters <walters@gnu.org>
Sun, 26 May 2002 20:58:40 +0000 (20:58 +0000)
committerColin Walters <walters@gnu.org>
Sun, 26 May 2002 20:58:40 +0000 (20:58 +0000)
lisp/ChangeLog
man/cmdargs.texi

index f79c288abadbe1c4ca2487763b1603e0bfc0f301..bed3498fe02d2c763527c50d9063ff01ad7779b5 100644 (file)
@@ -1,5 +1,11 @@
 2002-05-26  Colin Walters  <walters@verbum.org>
 
+       * startup.el (command-line): Use `when', `unless'.
+       (command-line-1): New argument "--nosplash".  Handle it.
+
+       * startup.el (inhibit-splash-screen): New variable alias for
+       `inhibit-startup-message'.
+
        * replace.el (perform-replace): Document return value.  Use `pop'.
 
 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
index 5d5497499c0b1cdd0f961bdaa320a714361b4638..e223ab05257e49a83689da3d4190ddfc3b18b5ba 100644 (file)
@@ -215,6 +215,12 @@ Do not load @file{site-start.el}.  The options @samp{-q}, @samp{-u}
 and @samp{-batch} have no effect on the loading of this file---this is
 the only option that blocks it.
 
+@item --nosplash
+@opindex --nosplash
+@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.
+
 @item -u @var{user}
 @opindex -u
 @itemx --user=@var{user}