changeset 24720:71c05fbebaba

Removed some inappropriate "autoload comments", as suggested by <Marc.Zonzon@univ-rennes1.fr>. Thanks.
author Oliver Seidel <os10000@seidel-space.de>
date Wed, 12 May 1999 08:41:32 +0000
parents a0382c9f41ce
children 25eb63742593
files lisp/calendar/todo-mode.el
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/todo-mode.el	Tue May 11 22:32:52 1999 +0000
+++ b/lisp/calendar/todo-mode.el	Wed May 12 08:41:32 1999 +0000
@@ -4,7 +4,7 @@
 
 ;; 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.
@@ -117,7 +117,7 @@
 ;;
 ;;      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
 ;;
@@ -292,6 +292,11 @@
 ;;; 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
@@ -807,7 +812,6 @@
     (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: ")
@@ -832,7 +836,6 @@
     (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
@@ -895,7 +898,6 @@
 
 (defalias 'todo-cmd-inst 'todo-insert-item)
 
-;;;###autoload
 (defun todo-insert-item-here ()
   "Insert new TODO list entry under the cursor."
   (interactive "")
@@ -994,8 +996,6 @@
 
 ;; Utility functions:
 
-
-;;;###autoload
 (defun todo-top-priorities (&optional nof-priorities category-pr-page)
   "List top priorities for each category.
 
@@ -1056,7 +1056,6 @@
              todo-print-buffer-name)
     ))
 
-;;;###autoload
 (defun todo-save-top-priorities (&optional nof-priorities)
   "Save top priorities for each category in `todo-file-top'.