Mercurial > emacs
changeset 4672:8996606e0a12
(command-line): Setq inhibit-startup-message to nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Sep 1993 08:36:48 +0000 |
parents | 3c5e001c9d60 |
children | 047e8f8469d9 |
files | lisp/startup.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.