]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-mode): Autoload cookie added.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 03:57:01 +0000 (03:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 03:57:01 +0000 (03:57 +0000)
(outline-minor-mode): Likewise.

lisp/textmodes/outline.el

index 9c3341158de7f4bd87e7062e126b77649a6592c5..bd2905092168e82774b0a19698fd58bd044ca4c7 100644 (file)
@@ -163,7 +163,7 @@ in the file it applies to."
 (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 @@ After that, changing the prefix key requires manipulating keymaps."
          (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.