From: Dave Love Date: Sat, 18 Dec 1999 16:27:10 +0000 (+0000) Subject: Bind free variables when compiling. X-Git-Tag: emacs-pretest-21.0.90~5679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea04824c8e0d273cdf8d6f7e41b66d9f73e104d6;p=emacs.git Bind free variables when compiling. --- 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