summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-09-07 08:36:48 +0000
committerRichard M. Stallman <rms@gnu.org>1993-09-07 08:36:48 +0000
commit1938ca9cd3cda1c65c4c726d892eaae3db61c6b1 (patch)
tree451d9457d453efdfac26204afc1b93442ff38ac3 /lisp
parent4d223726f666a2d47b645fb3c463f2bd6c52bcb4 (diff)
downloademacs-1938ca9cd3cda1c65c4c726d892eaae3db61c6b1.tar.gz
(command-line): Setq inhibit-startup-message to nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 71848ce1106..bdce263ceca 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -245,6 +245,10 @@ this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
(if site-run-file
(load site-run-file t t))
+ ;; Sites should not disable this. Only individuals should disable
+ ;; the startup message.
+ (setq inhibit-startup-message nil)
+
;; Load that user's init file, or the default one, or none.
(let ((debug-on-error init-file-debug)
;; This function actually reads the init files.