From 8a988f456de1b6256781b8f831aa43eb2af32fef Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 7 Sep 1993 08:36:48 +0000 Subject: [PATCH] (command-line): Setq inhibit-startup-message to nil. --- lisp/startup.el | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5