Mercurial > emacs
changeset 86495:65af9ed993be
(calendar-current-date): Declare as a function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Nov 2007 04:17:55 +0000 |
parents | d3d37fadd367 |
children | e793ef63bdb9 |
files | lisp/calendar/todo-mode.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/todo-mode.el Tue Nov 27 04:17:22 2007 +0000 +++ b/lisp/calendar/todo-mode.el Tue Nov 27 04:17:55 2007 +0000 @@ -916,6 +916,9 @@ (defvar date) (defvar entry)) +;; t-c should be used from diary code, which requires calendar. +(declare-function calendar-current-date "calendar" nil) + ;; Read about this function in the setup instructions above! ;;;###autoload (defun todo-cp ()