changeset 19941:d21ea4b5978e

(initial-major-mode): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Sep 1997 23:19:58 +0000
parents ba2ea2a6386a
children b960ef5a1ecc
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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