From ea04824c8e0d273cdf8d6f7e41b66d9f73e104d6 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 18 Dec 1999 16:27:10 +0000 Subject: [PATCH] Bind free variables when compiling. --- lisp/calendar/appt.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index ae3c74834f8..bde6ec48b24 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -492,6 +492,9 @@ The time should be in either 24 hour format or am/pm format." ;; hold the arguments that list-diary-entries received. ;; They specify the range of dates that the diary is being processed for. +(eval-when-compile (defvar number) + (defvar original-date) + (defvar diary-entries-list)) ;;;###autoload (defun appt-make-list () ;; We have something to do if the range of dates that the diary is -- 2.39.5