comparison lisp/startup.el @ 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 962303f5f565
children 1593da1bdfec
comparison
equal deleted inserted replaced
19940:ba2ea2a6386a 19941:d21ea4b5978e
256 Emacs runs this hook after processing the command line arguments and loading 256 Emacs runs this hook after processing the command line arguments and loading
257 the user's init file.") 257 the user's init file.")
258 258
259 (defcustom initial-major-mode 'lisp-interaction-mode 259 (defcustom initial-major-mode 'lisp-interaction-mode
260 "Major mode command symbol to use for the initial *scratch* buffer." 260 "Major mode command symbol to use for the initial *scratch* buffer."
261 :type 'command 261 :type 'function
262 :group 'initialization) 262 :group 'initialization)
263 263
264 (defcustom init-file-user nil 264 (defcustom init-file-user nil
265 "Identity of user whose `.emacs' file is or was read. 265 "Identity of user whose `.emacs' file is or was read.
266 The value is nil if `-q' or `--no-init-file' was specified, 266 The value is nil if `-q' or `--no-init-file' was specified,