diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 1b1096bb6e1..16b06b342da 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -210,7 +210,7 @@ with no recognizable time after those with times." | |||
| 210 | :version "20.3") | 210 | :version "20.3") |
| 211 | 211 | ||
| 212 | (defcustom diary-mail-addr | 212 | (defcustom diary-mail-addr |
| 213 | (if (boundp 'user-mail-address) user-mail-address "") | 213 | (or (bound-and-true-p user-mail-address) "") |
| 214 | "Email address that `diary-mail-entries' will send email to." | 214 | "Email address that `diary-mail-entries' will send email to." |
| 215 | :group 'diary | 215 | :group 'diary |
| 216 | :type 'string | 216 | :type 'string |