summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-03-02 13:39:39 +0000
committerGerd Moellmann <gerd@gnu.org>2000-03-02 13:39:39 +0000
commitba611a5a3a1d34a12f176d8f7e01114762af0d43 (patch)
treee94a63ba5559381e41afec56ea60fb4f11d9884a /lisp/time.el
parent462d5d4016987c9ab320cfeaa5a4a7996fddef38 (diff)
downloademacs-ba611a5a3a1d34a12f176d8f7e01114762af0d43.tar.gz
(display-time-mail-file): Add `none' to the list of
choices.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el3
1 files changed, 2 insertions, 1 deletions
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)