# HG changeset patch # User Richard M. Stallman # Date 874365598 0 # Node ID d21ea4b5978e68bc0a4a69c313e58453be0a2b98 # Parent ba2ea2a6386aec683f7c2a68a02eb2c5c00c44db (initial-major-mode): Fix customize type. diff -r ba2ea2a6386a -r d21ea4b5978e lisp/startup.el --- a/lisp/startup.el Mon Sep 15 20:04:22 1997 +0000 +++ b/lisp/startup.el Mon Sep 15 23:19:58 1997 +0000 @@ -258,7 +258,7 @@ (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