From: Glenn Morris Date: Tue, 21 Jul 2009 05:02:36 +0000 (+0000) Subject: (calendar-current-date): Update declaration. X-Git-Tag: emacs-pretest-23.1.90~2086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55d27f4157979b47703e85b2d88dca643b1cf503;p=emacs.git (calendar-current-date): Update declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bb54430ead..f0df8f6ae0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-07-21 Glenn Morris + * 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. diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index ff15f78615e..b00c5085743 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -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