From: Richard M. Stallman Date: Mon, 15 Sep 1997 23:19:58 +0000 (+0000) Subject: (initial-major-mode): Fix customize type. X-Git-Tag: emacs-20.1~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce2f921ee50d54e0cf7ba269ef3811f27b1d4418;p=emacs.git (initial-major-mode): Fix customize type. --- diff --git a/lisp/startup.el b/lisp/startup.el index ebae4140132..1093defa0ed 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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