aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-07 03:47:20 +0000
committerRichard M. Stallman <[email protected]>1993-06-07 03:47:20 +0000
commit340600803e1f13ead4d9c95f916b02a819af8967 (patch)
tree6aa33e8f25e390c17882edbd061ae6a14db50cd4 /lisp
parent9fd5d7f03ec3cec2f4f8ed9b9712bbc348314db0 (diff)
(outline-minor-mode): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/ooutline.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el
index aac0d89012..0487fc5228 100644
--- a/lisp/textmodes/ooutline.el
+++ b/lisp/textmodes/ooutline.el
@@ -136,6 +136,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
(cons (cons 'outline-minor-mode outline-minor-mode-map)
minor-mode-map-alist)))
+;;;###autoload
(defun outline-minor-mode (&optional arg)
"Toggle Outline minor mode.
With arg, turn Outline minor mode on if arg is positive, off otherwise.