From: Gerd Moellmann Date: Thu, 2 Mar 2000 13:39:39 +0000 (+0000) Subject: (display-time-mail-file): Add `none' to the list of X-Git-Tag: emacs-pretest-21.0.90~4794 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba611a5a3a1d34a12f176d8f7e01114762af0d43;p=emacs.git (display-time-mail-file): Add `none' to the list of choices. --- diff --git a/lisp/time.el b/lisp/time.el index 9bb6dece6fb..de5476ff4c7 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -52,7 +52,8 @@ use either \\[customize] or the function `display-time-mode'." "*File name of mail inbox file, for indicating existence of new mail. Non-nil and not a string means don't check for mail. nil means use default, which is system-dependent, and is the same as used by Rmail." - :type '(choice (const :tag "Default" nil) + :type '(choice (const :tag "(None)" none) + (const :tag "Default" nil) (file :format "%v")) :group 'display-time)