Mercurial > emacs
changeset 22475:3bd923346a65
(command-line-1): Check that user-init-file non-nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 13 Jun 1998 06:16:32 +0000 |
parents | 927f6e2f680b |
children | f4871f285a9d |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sat Jun 13 06:01:41 1998 +0000 +++ b/lisp/startup.el Sat Jun 13 06:16:32 1998 +0000 @@ -753,6 +753,7 @@ (defun command-line-1 (command-line-args-left) (or noninteractive (input-pending-p) init-file-had-error (and inhibit-startup-echo-area-message + user-init-file (or (and (get 'inhibit-startup-echo-area-message 'saved-value) (equal inhibit-startup-echo-area-message (if (string= init-file-user "")