changeset 26935:9e0b4a6b5ad2

Bind free variables when compiling.
author Dave Love <fx@gnu.org>
date Sat, 18 Dec 1999 16:27:10 +0000
parents 7583f44512d7
children 061c66a66b29
files lisp/calendar/appt.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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