Forráskód Böngészése

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

Thanks to Achim Gratz for spotting this.
Bastien Guerry 13 éve
szülő
commit
ef08850783
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      lisp/org-agenda.el

+ 2 - 0
lisp/org-agenda.el

@@ -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" ())