# HG changeset patch # User Gerd Moellmann # Date 952004379 0 # Node ID c9d52e101c13d90b6130a9fc2fa66e6ffda7de14 # Parent 0e2c6e5cca6ee9930c0b1c1d6af38eba5128312c (display-time-mail-file): Add `none' to the list of choices. diff -r 0e2c6e5cca6e -r c9d52e101c13 lisp/time.el --- 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)