From: Oliver Seidel Date: Wed, 12 May 1999 08:41:32 +0000 (+0000) Subject: Removed some inappropriate "autoload comments", as X-Git-Tag: emacs-20.4~229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b0d4d6953205c17c8ddf6996ec965df145799d1;p=emacs.git Removed some inappropriate "autoload comments", as suggested by . Thanks. --- diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 65eb5731ae6..bcf298e9b9a 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -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 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 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'.