emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Fri, 11 Jan 2002 16:35:14 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.282 emacs/lisp/startup.el:1.283
*** emacs/lisp/startup.el:1.282 Wed Jan  9 19:49:24 2002
--- emacs/lisp/startup.el       Fri Jan 11 16:35:14 2002
***************
*** 1024,1030 ****
  ")
    "Initial message displayed in *scratch* buffer at startup.
  If this is nil, no message will be displayed."
!   :type 'string)
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 1024,1032 ----
  ")
    "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)
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]