Mercurial > emacs
changeset 104001:27e12d5d8f28
(calendar-current-date): Update declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 21 Jul 2009 05:02:36 +0000 |
parents | 286d07f70804 |
children | 21a6ee4b9d7f |
files | lisp/ChangeLog lisp/calendar/todo-mode.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 21 04:49:48 2009 +0000 +++ b/lisp/ChangeLog Tue Jul 21 05:02:36 2009 +0000 @@ -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.
--- a/lisp/calendar/todo-mode.el Tue Jul 21 04:49:48 2009 +0000 +++ b/lisp/calendar/todo-mode.el Tue Jul 21 05:02:36 2009 +0000 @@ -930,7 +930,7 @@ (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