summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-13 06:16:32 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-13 06:16:32 +0000
commitba29e83c29d1f9dd2f450537033f344e431719b3 (patch)
tree89d25d51185092e7341ab53f65c58966ad30f723
parent386a175f2739e1982708edde9b67f8051e4fc349 (diff)
downloademacs-ba29e83c29d1f9dd2f450537033f344e431719b3.tar.gz
(command-line-1): Check that user-init-file non-nil.
-rw-r--r--lisp/startup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 07c6c241f32..8350da23658 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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 "")