# HG changeset patch # User Richard M. Stallman # Date 897718592 0 # Node ID 3bd923346a65a0efe3611fa67a69b3febfe0106e # Parent 927f6e2f680b232ba11bb49f114e50bf3ae6a9fc (command-line-1): Check that user-init-file non-nil. diff -r 927f6e2f680b -r 3bd923346a65 lisp/startup.el --- 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 "")