(calendar-current-date): Update declaration.
authorGlenn Morris <rgm@gnu.org>
Tue, 21 Jul 2009 05:02:36 +0000 (05:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 21 Jul 2009 05:02:36 +0000 (05:02 +0000)
lisp/ChangeLog
lisp/calendar/todo-mode.el

index 1bb5443..f0df8f6 100644 (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.
index ff15f78..b00c508 100644 (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