Skip to content

Commit

Permalink
(initial-major-mode): Fix customize type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Sep 15, 1997
1 parent 779d527 commit 2b1b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/startup.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b1b848

Please sign in to comment.