1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(calendar-current-date): Update declaration.

This commit is contained in:
Glenn Morris 2009-07-21 05:02:36 +00:00
parent 02df3f4de8
commit 55d27f4157
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-07-21 Glenn Morris <rgm@gnu.org>
* calendar/todo-mode.el (calendar-current-date): Update declaration.
* ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
silence compiler. Instead...
(jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.

View File

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