From ce2f921ee50d54e0cf7ba269ef3811f27b1d4418 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Sep 1997 23:19:58 +0000 Subject: [PATCH] (initial-major-mode): Fix customize type. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2