1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(command-line): Setq inhibit-startup-message to nil.

This commit is contained in:
Richard M. Stallman 1993-09-07 08:36:48 +00:00
parent e7683fffbf
commit 8a988f456d

View 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.