aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/calendar/todo-mode.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bb54430ead..f0df8f6ae0a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-07-21 Glenn Morris <rgm@gnu.org> 12009-07-21 Glenn Morris <rgm@gnu.org>
2 2
3 * calendar/todo-mode.el (calendar-current-date): Update declaration.
4
3 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to 5 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4 silence compiler. Instead... 6 silence compiler. Instead...
5 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare. 7 (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'."
930(defvar entry) 930(defvar entry)
931 931
932;; t-c should be used from diary code, which requires calendar. 932;; t-c should be used from diary code, which requires calendar.
933(declare-function calendar-current-date "calendar" nil) 933(declare-function calendar-current-date "calendar" (&optional offset))
934 934
935;; Read about this function in the setup instructions above! 935;; Read about this function in the setup instructions above!
936;;;###autoload 936;;;###autoload