diff options
| author | Richard M. Stallman | 1993-06-07 03:47:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-07 03:47:20 +0000 |
| commit | 340600803e1f13ead4d9c95f916b02a819af8967 (patch) | |
| tree | 6aa33e8f25e390c17882edbd061ae6a14db50cd4 | |
| parent | 9fd5d7f03ec3cec2f4f8ed9b9712bbc348314db0 (diff) | |
| download | emacs-340600803e1f13ead4d9c95f916b02a819af8967.tar.gz emacs-340600803e1f13ead4d9c95f916b02a819af8967.zip | |
(outline-minor-mode): Add autoload cookie.
| -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 | |||
| 136 | (cons (cons 'outline-minor-mode outline-minor-mode-map) | 136 | (cons (cons 'outline-minor-mode outline-minor-mode-map) |
| 137 | minor-mode-map-alist))) | 137 | minor-mode-map-alist))) |
| 138 | 138 | ||
| 139 | ;;;###autoload | ||
| 139 | (defun outline-minor-mode (&optional arg) | 140 | (defun outline-minor-mode (&optional arg) |
| 140 | "Toggle Outline minor mode. | 141 | "Toggle Outline minor mode. |
| 141 | With arg, turn Outline minor mode on if arg is positive, off otherwise. | 142 | With arg, turn Outline minor mode on if arg is positive, off otherwise. |