From 4f9b52647442cb9a53873b1c0b91bca59e47588f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 11 Dec 2001 07:36:30 +0000 Subject: [PATCH] Require time-stamp. --- lisp/calendar/todo-mode.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 361cd884fb0..884e547b2d5 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -5,7 +5,7 @@ ;; Author: Oliver Seidel ;; [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 @@ For details see the variable `time-stamp-format'." :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)) -- 2.39.5