]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed some inappropriate "autoload comments", as
authorOliver Seidel <os10000@seidel-space.de>
Wed, 12 May 1999 08:41:32 +0000 (08:41 +0000)
committerOliver Seidel <os10000@seidel-space.de>
Wed, 12 May 1999 08:41:32 +0000 (08:41 +0000)
suggested by <Marc.Zonzon@univ-rennes1.fr>.  Thanks.

lisp/calendar/todo-mode.el

index 65eb5731ae644bbbf33251ec2e4b7fd7b689f4f1..bcf298e9b9ad8ee2e95adb38ae0f7cd0b71e513c 100644 (file)
@@ -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.
 ;;
 ;;      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
@@ -807,7 +812,6 @@ Use `todo-categories' instead.")
     (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 @@ Use `todo-categories' instead.")
     (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 @@ category."
 
 (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 @@ annotated with an optional COMMENT."
 
 ;; Utility functions:
 
-
-;;;###autoload
 (defun todo-top-priorities (&optional nof-priorities category-pr-page)
   "List top priorities for each category.
 
@@ -1056,7 +1056,6 @@ between 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'.