]> git.eshelyaron.com Git - emacs.git/commitdiff
(diary-mail-addr): Fix custom type.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Jul 1998 21:17:47 +0000 (21:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Jul 1998 21:17:47 +0000 (21:17 +0000)
lisp/calendar/diary-lib.el

index 2a27d506eb5c389c0a65755afabbcfcb33edc0ce..8a46d4dcb66a682b9b3092f8fe247c003f4faedb 100644 (file)
@@ -589,7 +589,7 @@ is created."
   (if (boundp 'user-mail-address) user-mail-address nil)
   "*Email address that `diary-mail-entries' will send email to."
   :group 'diary
-  :type 'string
+  :type '(choice string (const nil))
   :version "20.3")
 
 (defcustom diary-mail-days 7