# HG changeset patch # User Richard M. Stallman # Date 747391008 0 # Node ID 8996606e0a12c991f965a0b20b0e9d444d73fc85 # Parent 3c5e001c9d6012d583ac4831a21fabdafd962283 (command-line): Setq inhibit-startup-message to nil. diff -r 3c5e001c9d60 -r 8996606e0a12 lisp/startup.el --- a/lisp/startup.el Tue Sep 07 00:56:00 1993 +0000 +++ b/lisp/startup.el Tue Sep 07 08:36:48 1993 +0000 @@ -245,6 +245,10 @@ (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.