Mercurial > emacs
changeset 45531:8873fff421e7
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sun, 26 May 2002 20:58:40 +0000 |
parents | 19a685f604ee |
children | 6d0025248c2b |
files | lisp/ChangeLog man/cmdargs.texi |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 26 20:49:28 2002 +0000 +++ b/lisp/ChangeLog Sun May 26 20:58:40 2002 +0000 @@ -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>
--- a/man/cmdargs.texi Sun May 26 20:49:28 2002 +0000 +++ b/man/cmdargs.texi Sun May 26 20:58:40 2002 +0000 @@ -215,6 +215,12 @@ 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}