;; Author: Oliver.Seidel@cl.cam.ac.uk (was valid on Aug 2, 1997)
;; Created: 2 Aug 1997
-;; Version: $Id: todo-mode.el,v 1.36 1999/03/17 11:10:29 os10000 Exp os10000 $
+;; Version: $Id: todo-mode.el,v 1.37 1999/03/18 08:53:48 os10000 Exp os10000 $
;; Keywords: Categorised TODO list editor, todo-mode
;; This file is part of GNU Emacs.
;;
;; Which version of todo-mode.el does this documentation refer to?
;;
-;; $Id: todo-mode.el,v 1.36 1999/03/17 11:10:29 os10000 Exp os10000 $
+;; $Id: todo-mode.el,v 1.37 1999/03/18 08:53:48 os10000 Exp os10000 $
;;
;; Pre-Requisites
;;
;;; Change Log:
;; $Log: todo-mode.el,v $
+;; Revision 1.37 1999/03/18 08:53:48 os10000
+;; Marc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I
+;; should remove the single space between ### and autoload. And now I
+;; have.
+;;
;; Revision 1.36 1999/03/17 11:10:29 os10000
;; Alastair Burt <alastair.burt@dfki.de> sent in a patch on 17.Mar.98
;; which removes duplicates from the category list and saves the buffer
(todo-edit-mode)
(narrow-to-region (todo-item-start) (todo-item-end))))
-;;;###autoload
(defun todo-add-category (cat)
"Add new category CAT to the TODO list."
(interactive "sCategory: ")
(save-buffer))
0)
-;;;###autoload
(defun todo-add-item-non-interactively (new-item category)
"Insert NEW-ITEM in TODO list as a new entry in CATEGORY."
(save-excursion
(defalias 'todo-cmd-inst 'todo-insert-item)
-;;;###autoload
(defun todo-insert-item-here ()
"Insert new TODO list entry under the cursor."
(interactive "")
;; Utility functions:
-
-;;;###autoload
(defun todo-top-priorities (&optional nof-priorities category-pr-page)
"List top priorities for each category.
todo-print-buffer-name)
))
-;;;###autoload
(defun todo-save-top-priorities (&optional nof-priorities)
"Save top priorities for each category in `todo-file-top'.