(initial-major-mode): Fix customize type.

This commit is contained in:
Richard M. Stallman 1997-09-15 23:19:58 +00:00
parent 1f68db67e0
commit ce2f921ee5

View file

@ -258,7 +258,7 @@ the user's init file.")
(defcustom initial-major-mode 'lisp-interaction-mode
"Major mode command symbol to use for the initial *scratch* buffer."
:type 'command
:type 'function
:group 'initialization)
(defcustom init-file-user nil