comparison lisp/time.el @ 27964:c9d52e101c13

(display-time-mail-file): Add `none' to the list of choices.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Mar 2000 13:39:39 +0000
parents 66e75f4824c8
children 335a95fe243d
comparison
equal deleted inserted replaced
27963:0e2c6e5cca6e 27964:c9d52e101c13
50 50
51 (defcustom display-time-mail-file nil 51 (defcustom display-time-mail-file nil
52 "*File name of mail inbox file, for indicating existence of new mail. 52 "*File name of mail inbox file, for indicating existence of new mail.
53 Non-nil and not a string means don't check for mail. nil means use 53 Non-nil and not a string means don't check for mail. nil means use
54 default, which is system-dependent, and is the same as used by Rmail." 54 default, which is system-dependent, and is the same as used by Rmail."
55 :type '(choice (const :tag "Default" nil) 55 :type '(choice (const :tag "(None)" none)
56 (const :tag "Default" nil)
56 (file :format "%v")) 57 (file :format "%v"))
57 :group 'display-time) 58 :group 'display-time)
58 59
59 ;;;###autoload 60 ;;;###autoload
60 (defcustom display-time-day-and-date nil "\ 61 (defcustom display-time-day-and-date nil "\