diff lisp/progmodes/ebrowse.el @ 37426:71d360920aad

Fix autoload cookies.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 23 Apr 2001 11:50:00 +0000
parents dd613770eb0f
children 253f761ad37b
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el	Mon Apr 23 10:31:22 2001 +0000
+++ b/lisp/progmodes/ebrowse.el	Mon Apr 23 11:50:00 2001 +0000
@@ -3822,7 +3822,7 @@
   (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 @@
 				     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 @@
   (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 @@
   (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 @@
   t)
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-save-tree ()
   "Save current tree in same file it was loaded from."
   (interactive)
@@ -4172,7 +4172,7 @@
 
 ;;; Statistics
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-statistics ()
   "Display statistics for a class tree."
   (interactive)