* org-agenda.el (calendar-check-holidays): Declare function.

Thanks to Achim Gratz for spotting this.
This commit is contained in:
Bastien Guerry 2011-10-28 16:53:36 +02:00
parent 6da350bf06
commit ef08850783
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@
(declare-function calendar-julian-date-string "cal-julian" (&optional date))
(declare-function calendar-mayan-date-string "cal-mayan" (&optional date))
(declare-function calendar-persian-date-string "cal-persia" (&optional date))
(declare-function calendar-check-holidays "holidays" (date))
(declare-function org-datetree-find-date-create "org-datetree"
(date &optional keep-restriction))
(declare-function org-columns-quit "org-colview" ())