mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Bind free variables when compiling.
This commit is contained in:
parent
6628e7f806
commit
ea04824c8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user