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:
parent
4cc4a962ca
commit
341ce5a77d
@ -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 "")
|
||||
|
Loading…
Reference in New Issue
Block a user