aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-11 07:36:30 +0000
committerPavel Janík2001-12-11 07:36:30 +0000
commit4f9b52647442cb9a53873b1c0b91bca59e47588f (patch)
treec8c0d4aac5c240e2a2112681e0473f197a4111d1
parent9aa10a435652038a03de58378dfd8b295a3a2656 (diff)
downloademacs-4f9b52647442cb9a53873b1c0b91bca59e47588f.tar.gz
emacs-4f9b52647442cb9a53873b1c0b91bca59e47588f.zip
Require time-stamp.
-rw-r--r--lisp/calendar/todo-mode.el9
1 files 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 @@
5;; Author: Oliver Seidel <os10000@seidel-space.de> 5;; Author: Oliver Seidel <os10000@seidel-space.de>
6;; [Not clear the above works, July 2000] 6;; [Not clear the above works, July 2000]
7;; Created: 2 Aug 1997 7;; Created: 2 Aug 1997
8;; Version: $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $ 8;; Version: $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 rms Exp $
9;; Keywords: calendar, todo 9;; Keywords: calendar, todo
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
@@ -97,7 +97,7 @@
97;; 97;;
98;; Which version of todo-mode.el does this documentation refer to? 98;; Which version of todo-mode.el does this documentation refer to?
99;; 99;;
100;; $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $ 100;; $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 rms Exp $
101;; 101;;
102;; Pre-Requisites 102;; Pre-Requisites
103;; 103;;
@@ -264,6 +264,9 @@
264 264
265;;; Code: 265;;; Code:
266 266
267(require 'time-stamp)
268
269
267;; User-configurable variables: 270;; User-configurable variables:
268 271
269(defgroup todo nil 272(defgroup todo nil
@@ -372,8 +375,6 @@ For details see the variable `time-stamp-format'."
372 :type 'string 375 :type 'string
373 :group 'todo) 376 :group 'todo)
374 377
375(autoload 'time-stamp-string "time-stamp")
376
377(defun todo-entry-timestamp-initials () 378(defun todo-entry-timestamp-initials ()
378 "Prepend timestamp and your initials to the head of a TODO entry." 379 "Prepend timestamp and your initials to the head of a TODO entry."
379 (let ((time-stamp-format todo-time-string-format)) 380 (let ((time-stamp-format todo-time-string-format))