diff lisp/calendar/todo-mode.el @ 41957:614f3f592531

Require time-stamp.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 11 Dec 2001 07:36:30 +0000
parents 0ca5d3516741
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/calendar/todo-mode.el	Tue Dec 11 07:35:18 2001 +0000
+++ b/lisp/calendar/todo-mode.el	Tue Dec 11 07:36:30 2001 +0000
@@ -5,7 +5,7 @@
 ;; Author: Oliver Seidel <os10000@seidel-space.de>
 ;;   [Not clear the above works, July 2000]
 ;; Created: 2 Aug 1997
-;; Version: $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $
+;; Version: $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 rms Exp $
 ;; Keywords: calendar, todo
 
 ;; This file is part of GNU Emacs.
@@ -97,7 +97,7 @@
 ;;
 ;;      Which version of todo-mode.el does this documentation refer to?
 ;;
-;;      $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $
+;;      $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 rms Exp $
 ;;
 ;;  Pre-Requisites
 ;;
@@ -264,6 +264,9 @@
 
 ;;; Code:
 
+(require 'time-stamp)
+
+
 ;; User-configurable variables:
 
 (defgroup todo nil
@@ -372,8 +375,6 @@
   :type 'string
   :group 'todo)
 
-(autoload 'time-stamp-string "time-stamp")
-
 (defun todo-entry-timestamp-initials ()
   "Prepend timestamp and your initials to the head of a TODO entry."
   (let ((time-stamp-format todo-time-string-format))