From ba611a5a3a1d34a12f176d8f7e01114762af0d43 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 2 Mar 2000 13:39:39 +0000 Subject: [PATCH] (display-time-mail-file): Add `none' to the list of choices. --- lisp/time.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5