*** empty log message ***

This commit is contained in:
Colin Walters 2002-05-26 20:58:40 +00:00
parent 1b207153d0
commit 908abdfd40
2 changed files with 12 additions and 0 deletions

View 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>

View 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}