From: Glenn Morris Date: Sat, 8 Mar 2008 03:48:53 +0000 (+0000) Subject: Remove un-needed eval-when-compile. X-Git-Tag: emacs-pretest-23.0.90~7376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d39c4f754bf9f9948de592d90e0fd2faecd7dc7;p=emacs.git Remove un-needed eval-when-compile. --- 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'." (easy-menu-add todo-menu) (run-mode-hooks 'todo-mode-hook)) -(eval-when-compile - (defvar date) - (defvar entry)) +(defvar date) +(defvar entry) ;; t-c should be used from diary code, which requires calendar. (declare-function calendar-current-date "calendar" nil)