From 9e749c006da481c3992e56bd32a8a068522aef70 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Nov 1997 19:49:42 +0000 Subject: [PATCH] (diary-mail-days): Fix previous change. --- lisp/calendar/diary-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 08eb40b5672..a8c24e05b74 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -594,7 +594,7 @@ is created." (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. -- 2.39.2