1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(command-line-1): Check that user-init-file non-nil.

This commit is contained in:
Richard M. Stallman 1998-06-13 06:16:32 +00:00
parent 4cc4a962ca
commit 341ce5a77d

View File

@ -753,6 +753,7 @@ If this is nil, no message will be displayed."
(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 "")