]> git.eshelyaron.com Git - emacs.git/commitdiff
(initial-major-mode): Fix customize type.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Sep 1997 23:19:58 +0000 (23:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Sep 1997 23:19:58 +0000 (23:19 +0000)
lisp/startup.el

index ebae41401326241a8549b76a68175be893dc6fcb..1093defa0ed7b3b1aad01c01b061c6754aaa1dd0 100644 (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