diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 03:47:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 03:47:20 +0000 |
commit | 340600803e1f13ead4d9c95f916b02a819af8967 (patch) | |
tree | 6aa33e8f25e390c17882edbd061ae6a14db50cd4 /lisp/textmodes/ooutline.el | |
parent | 9fd5d7f03ec3cec2f4f8ed9b9712bbc348314db0 (diff) | |
download | emacs-340600803e1f13ead4d9c95f916b02a819af8967.tar.gz |
(outline-minor-mode): Add autoload cookie.
Diffstat (limited to 'lisp/textmodes/ooutline.el')
-rw-r--r-- | lisp/textmodes/ooutline.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index aac0d890126..0487fc5228d 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. |