diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-07 03:57:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-07 03:57:29 +0000 |
commit | eb2e4e70fa464c3dba43ac2be33ddda2f84df8bd (patch) | |
tree | 1d228993edd356c11d9e66ab0a304332221c2c0e /lisp | |
parent | 322454d48d1c59b87f9a3e887e46d61be331087a (diff) | |
download | emacs-eb2e4e70fa464c3dba43ac2be33ddda2f84df8bd.tar.gz emacs-eb2e4e70fa464c3dba43ac2be33ddda2f84df8bd.tar.bz2 emacs-eb2e4e70fa464c3dba43ac2be33ddda2f84df8bd.zip |
(outline-mode): Autoload cookie deleted.
(outline-minor-mode): Likewise.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/ooutline.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 558d0a1cffc..8eee5de2f8f 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -163,7 +163,6 @@ in the file it applies to." ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face)) "Additional expressions to highlight in Outline mode.") -;;;###autoload (defun outline-mode () "Set major mode for editing outlines with selective display. Headings are lines which start with asterisks: one for major headings, @@ -248,7 +247,6 @@ After that, changing the prefix key requires manipulating keymaps." (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. |