aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-08 03:48:53 +0000
committerGlenn Morris2008-03-08 03:48:53 +0000
commit4d39c4f754bf9f9948de592d90e0fd2faecd7dc7 (patch)
tree4b5fd58969d4de6a139258a1e126bb3de249583f
parentb3a6c0ca49ed4bda1157c483e2318b7d138b8305 (diff)
downloademacs-4d39c4f754bf9f9948de592d90e0fd2faecd7dc7.tar.gz
emacs-4d39c4f754bf9f9948de592d90e0fd2faecd7dc7.zip
Remove un-needed eval-when-compile.
-rw-r--r--lisp/calendar/todo-mode.el5
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)