]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Setq inhibit-startup-message to nil.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Sep 1993 08:36:48 +0000 (08:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Sep 1993 08:36:48 +0000 (08:36 +0000)
lisp/startup.el

index 71848ce1106ee8ed67d98354e369a151d7f26e7f..bdce263ceca5a4ed6d2863cc99c03803d18fe92e 100644 (file)
@@ -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.