Mercurial > emacs
changeset 20354:17404b95404f
(diary-mail-days): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Nov 1997 19:49:42 +0000 |
parents | 2a4989c460bb |
children | 41e0ec95fdef |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Tue Nov 25 19:31:44 1997 +0000 +++ b/lisp/calendar/diary-lib.el Tue Nov 25 19:49:42 1997 +0000 @@ -594,7 +594,7 @@ (defcustom diary-mail-days 7 "*Number of days for `diary-mail-entries' to check." :group 'diary - :type integer) + :type 'integer) (defun diary-mail-entries (&optional ndays) "Send a mail message showing diary entries for next NDAYS days.