*** lisp/startup.el.orig Fri Jan 11 12:59:27 2002 --- lisp/startup.el Fri Jan 11 12:59:46 2002 *************** *** 1021,1027 **** ") "Initial message displayed in *scratch* buffer at startup. If this is nil, no message will be displayed." ! :type 'string) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; --- 1021,1029 ---- ") "Initial message displayed in *scratch* buffer at startup. If this is nil, no message will be displayed." ! :type '(choice (text :tag "Message") ! (const :tag "none" nil)) ! :group 'initialization) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;