diff options
| -rw-r--r-- | lisp/calendar/todo-mode.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index f7da678aed6..0763454abba 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el | |||
| @@ -912,9 +912,8 @@ Number of entries for each category is given by `todo-print-priorities'." | |||
| 912 | (easy-menu-add todo-menu) | 912 | (easy-menu-add todo-menu) |
| 913 | (run-mode-hooks 'todo-mode-hook)) | 913 | (run-mode-hooks 'todo-mode-hook)) |
| 914 | 914 | ||
| 915 | (eval-when-compile | 915 | (defvar date) |
| 916 | (defvar date) | 916 | (defvar entry) |
| 917 | (defvar entry)) | ||
| 918 | 917 | ||
| 919 | ;; t-c should be used from diary code, which requires calendar. | 918 | ;; t-c should be used from diary code, which requires calendar. |
| 920 | (declare-function calendar-current-date "calendar" nil) | 919 | (declare-function calendar-current-date "calendar" nil) |