aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-21 05:02:36 +0000
committerGlenn Morris2009-07-21 05:02:36 +0000
commit55d27f4157979b47703e85b2d88dca643b1cf503 (patch)
treefee2f9830aa5bae46275fc3aab6d37d033dc49db
parent02df3f4de84e9db382d8c902bc4526aa8bcf8013 (diff)
downloademacs-55d27f4157979b47703e85b2d88dca643b1cf503.tar.gz
emacs-55d27f4157979b47703e85b2d88dca643b1cf503.zip
(calendar-current-date): Update declaration.
-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