emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/todo-mode.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/todo-mode.el
Date: Tue, 11 Dec 2001 02:36:30 -0500

Index: emacs/lisp/calendar/todo-mode.el
diff -c emacs/lisp/calendar/todo-mode.el:1.49 
emacs/lisp/calendar/todo-mode.el:1.50
*** emacs/lisp/calendar/todo-mode.el:1.49       Fri Nov 16 23:01:31 2001
--- emacs/lisp/calendar/todo-mode.el    Tue Dec 11 02:36:30 2001
***************
*** 5,11 ****
  ;; Author: Oliver Seidel <address@hidden>
  ;;   [Not clear the above works, July 2000]
  ;; Created: 2 Aug 1997
! ;; 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.
--- 5,11 ----
  ;; Author: Oliver Seidel <address@hidden>
  ;;   [Not clear the above works, July 2000]
  ;; Created: 2 Aug 1997
! ;; Version: $Id: todo-mode.el,v 1.50 2001/12/11 07:36:30 pj Exp $
  ;; Keywords: calendar, todo
  
  ;; This file is part of GNU Emacs.
***************
*** 97,103 ****
  ;;
  ;;      Which version of todo-mode.el does this documentation refer to?
  ;;
! ;;      $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 rms Exp $
  ;;
  ;;  Pre-Requisites
  ;;
--- 97,103 ----
  ;;
  ;;      Which version of todo-mode.el does this documentation refer to?
  ;;
! ;;      $Id: todo-mode.el,v 1.50 2001/12/11 07:36:30 pj Exp $
  ;;
  ;;  Pre-Requisites
  ;;
***************
*** 264,269 ****
--- 264,272 ----
  
  ;;; Code:
  
+ (require 'time-stamp)
+ 
+ 
  ;; User-configurable variables:
  
  (defgroup todo nil
***************
*** 371,378 ****
    "*Initials of todo item author."
    :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."
--- 374,379 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]