From 55d27f4157979b47703e85b2d88dca643b1cf503 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 21 Jul 2009 05:02:36 +0000 Subject: [PATCH] (calendar-current-date): Update declaration. --- lisp/ChangeLog | 2 ++ lisp/calendar/todo-mode.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2