]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind free variables when compiling.
authorDave Love <fx@gnu.org>
Sat, 18 Dec 1999 16:27:10 +0000 (16:27 +0000)
committerDave Love <fx@gnu.org>
Sat, 18 Dec 1999 16:27:10 +0000 (16:27 +0000)
lisp/calendar/appt.el

index ae3c74834f838118c8915bc10573de9eed9b1d35..bde6ec48b24f5787373f4982fa737d4d946f2f23 100644 (file)
@@ -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