changeset 17688:b02bb31c98b0

(outline-mode): Autoload cookie added. (outline-minor-mode): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 May 1997 03:57:01 +0000
parents e6d5322b810c
children 018d8cb92e90
files lisp/textmodes/outline.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/outline.el	Wed May 07 03:54:03 1997 +0000
+++ b/lisp/textmodes/outline.el	Wed May 07 03:57:01 1997 +0000
@@ -163,7 +163,7 @@
 (defvar outline-view-change-hook nil
   "Normal hook to be run after outline visibility changes.")
 
-;;;autoload
+;;;###autoload
 (defun outline-mode ()
   "Set major mode for editing outlines with selective display.
 Headings are lines which start with asterisks: one for major headings,
@@ -251,7 +251,7 @@
 	  (cons (cons 'outline-minor-mode outline-minor-mode-map)
 		minor-mode-map-alist)))
 
-;;;autoload
+;;;###autoload
 (defun outline-minor-mode (&optional arg)
   "Toggle Outline minor mode.
 With arg, turn Outline minor mode on if arg is positive, off otherwise.