comparison lisp/calendar/todo-mode.el @ 85510:e2eac01cf548

* progmodes/prolog.el: Undo previous change. (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler. * progmodes/dcl-mode.el: * play/yow.el: * calendar/todo-mode.el: * calendar/cal-hebrew.el: * vc-hg.el: Undo previous change. * vms-patch.el: Likewise. (print-region-function): Pacify byte-compiler.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 21 Oct 2007 14:54:34 +0000
parents 0dcd1f3c9909
children 65af9ed993be
comparison
equal deleted inserted replaced
85509:dcb6f471c4e6 85510:e2eac01cf548
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 (eval-when-compile
916 (defvar date) 916 (defvar date)
917 (defvar entry) 917 (defvar entry))
918 (require 'calendar))
919 918
920 ;; Read about this function in the setup instructions above! 919 ;; Read about this function in the setup instructions above!
921 ;;;###autoload 920 ;;;###autoload
922 (defun todo-cp () 921 (defun todo-cp ()
923 "Make a diary entry appear only in the current date's diary." 922 "Make a diary entry appear only in the current date's diary."