summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-15 23:19:58 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-15 23:19:58 +0000
commitce2f921ee50d54e0cf7ba269ef3811f27b1d4418 (patch)
tree6567e51df9d6f74b48a5719b8eff891648a4d481
parent1f68db67e0551a2f52c36e3f09b15647f7dab6b7 (diff)
downloademacs-ce2f921ee50d54e0cf7ba269ef3811f27b1d4418.tar.gz
(initial-major-mode): Fix customize type.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
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