1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(calendar-current-date): Declare as a function.

This commit is contained in:
Glenn Morris 2007-11-27 04:17:55 +00:00
parent cfe199f680
commit 92f0a338ad

View File

@ -916,6 +916,9 @@ Number of entries for each category is given by `todo-print-priorities'."
(defvar date)
(defvar entry))
;; t-c should be used from diary code, which requires calendar.
(declare-function calendar-current-date "calendar" nil)
;; Read about this function in the setup instructions above!
;;;###autoload
(defun todo-cp ()