# HG changeset patch
# User Dave Love <fx@gnu.org>
# Date 945534430 0
# Node ID 9e0b4a6b5ad20515ecabba6a358c7ce213b420d5
# Parent  7583f44512d74c3b90b3fde02587ab80cc440cf3
Bind free variables when compiling.

diff -r 7583f44512d7 -r 9e0b4a6b5ad2 lisp/calendar/appt.el
--- a/lisp/calendar/appt.el	Sat Dec 18 16:14:32 1999 +0000
+++ b/lisp/calendar/appt.el	Sat Dec 18 16:27:10 1999 +0000
@@ -492,6 +492,9 @@
 ;; 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