# HG changeset patch # User Richard M. Stallman # Date 880487382 0 # Node ID 17404b95404f052eba11a4e6e4648da7c40cf630 # Parent 2a4989c460bb5a5e751ca451339a3664718020f0 (diary-mail-days): Fix previous change. diff -r 2a4989c460bb -r 17404b95404f lisp/calendar/diary-lib.el --- 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.