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:
parent
cfe199f680
commit
92f0a338ad
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user