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:
parent
02df3f4de8
commit
55d27f4157
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user