]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix autoload cookies.
authorGerd Moellmann <gerd@gnu.org>
Mon, 23 Apr 2001 11:50:36 +0000 (11:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 23 Apr 2001 11:50:36 +0000 (11:50 +0000)
lisp/ChangeLog
lisp/emacs-lisp/checkdoc.el
lisp/play/fortune.el
lisp/progmodes/ebrowse.el
lisp/textmodes/ispell.el

index 3fc5d2bdf94c0c369550a411a664e9c4df3d228b..507640f684cc5e73db6564dbc3dc61e12212bff6 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/ispell.el, emacs-lisp/checkdoc.el,
+       * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
+
 2001-04-23  Alex Schroeder  <alex@gnu.org>
 
        * goto-addr.el: Instead of defining line-beginning-position and
index a2bca2a9b477112696877b969a702582cc8ec9d6..5bc22cc19de4171f9f0ebe6b876b24a5cc33e9e7 100644 (file)
@@ -899,7 +899,7 @@ Return nil if there are no more doc strings."
     (skip-chars-forward " \n\t")
     t))
 
-;;; ###autoload
+;;;###autoload
 (defun checkdoc-comments (&optional take-notes)
   "Find missing comment sections in the current Emacs Lisp file.
 Prefix argument TAKE-NOTES non-nil means to save warnings in a
index c3e94eaaa37478df742a85189bd90e4cde5c1059..0ae1a841f430fec57e7d8798d308f2cb42984b15 100644 (file)
@@ -1,5 +1,5 @@
 ;;; fortune.el --- Use fortune to create signatures
-;; Copyright (C) 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
 
 ;; Author: Holger Schauer <Holger.Schauer@gmx.de>
 ;; Keywords: games utils mail
@@ -160,7 +160,7 @@ If INTERACTIVE is non-nil, don't compile the fortune file afterwards."
     "Fortune file to use: "
     fortune-dir nil nil "")))
 
-;;; ###autoload
+;;;###autoload
 (defun fortune-add-fortune (string file)
   "Add STRING to a fortune file FILE.
 
@@ -171,7 +171,7 @@ read the file name to use.  Otherwise use the value of `fortune-file'."
         (if current-prefix-arg (fortune-ask-file))))
   (fortune-append string t file))
 
-;;; ###autoload
+;;;###autoload
 (defun fortune-from-region (beg end file)
   "Append the current region to a local fortune-like data file.
 
@@ -217,7 +217,7 @@ read the file name to use.  Otherwise use the value of `fortune-file'."
 
 ;;; **************
 ;;; Compile new database with strfile
-;;; ###autoload
+;;;###autoload
 (defun fortune-compile (&optional file)
   "Compile fortune file.
 
@@ -244,7 +244,7 @@ the value of `fortune-file'.  This currently cannot handle directories."
         
 ;;; **************
 ;;; Use fortune for signature
-;;; ###autoload
+;;;###autoload
 (defun fortune-to-signature (&optional file)
   "Create signature from output of the fortune program.
 
@@ -293,7 +293,7 @@ when supplied, specifies the file to choose the fortune from."
        (concat fortune-program-options fort-file)))))
 
 
-;;; ###autoload
+;;;###autoload
 (defun fortune (&optional file)
   "Display a fortune cookie.
 
index e767bfd831d34a3656fcd6fcb730089cb717474c..4b62a90e11521afe3e4b94b4067c3986c8321dd6 100644 (file)
@@ -3822,7 +3822,7 @@ With prefix arg, process files of marked classes only."
   (ebrowse-tags-loop-continue 'first-time))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-tags-search-member-use (&optional fix-name)
   "Search for call sites of a member.
 If FIX-NAME is specified, search uses of that member.
@@ -3926,7 +3926,7 @@ Positions in buffers that have no file names are not saved."
                                     ebrowse-position-stack))))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-back-in-position-stack (arg)
   "Move backward in the position stack.
 Prefix arg ARG says how much."
@@ -3934,7 +3934,7 @@ Prefix arg ARG says how much."
   (ebrowse-move-in-position-stack (max 1 arg)))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-forward-in-position-stack (arg)
   "Move forward in the position stack.
 Prefix arg ARG says how much."
@@ -4019,7 +4019,7 @@ Runs the hook `ebrowse-electric-position-mode-hook'."
   (setq buffer-read-only t))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-electric-position-menu ()
   "List positions in the position stack in an electric buffer."
   (interactive)
@@ -4121,7 +4121,7 @@ Installed on `local-write-file-hooks'."
   t)
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-save-tree ()
   "Save current tree in same file it was loaded from."
   (interactive)
@@ -4172,7 +4172,7 @@ Otherwise, FILE-NAME specifies the file to save the tree in."
 \f
 ;;; Statistics
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-statistics ()
   "Display statistics for a class tree."
   (interactive)
index eda0c7d07cc9460d9fd88afdcfa876081622bf0f..e8d872027db5d3a0e84919e19c259696547949eb 100644 (file)
@@ -1477,7 +1477,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)."
 ;;; a value or a list, whose value is the state of whether the
 ;;; dictionary needs to be saved.
 
-;;; ###autoload
+;;;###autoload
 (defun ispell-pdict-save (&optional no-query force-save)
   "Check to see if the personal dictionary has been modified.
 If so, ask if it needs to be saved."