From 908abdfd40fcb056451480f6adaf806f2b07cb42 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 26 May 2002 20:58:40 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ man/cmdargs.texi | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f79c288abad..bed3498fe02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2002-05-26 Colin Walters + * 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 diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 5d5497499c0..e223ab05257 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -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} -- 2.39.5