Mercurial > emacs
changeset 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 | 0e2c6e5cca6e |
children | 7f8685206144 |
files | lisp/time.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Thu Mar 02 13:27:51 2000 +0000 +++ b/lisp/time.el Thu Mar 02 13:39:39 2000 +0000 @@ -52,7 +52,8 @@ "*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)