From eb2e4e70fa464c3dba43ac2be33ddda2f84df8bd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 May 1997 03:57:29 +0000 Subject: [PATCH] (outline-mode): Autoload cookie deleted. (outline-minor-mode): Likewise. --- lisp/textmodes/ooutline.el | 2 -- 1 file changed, 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. -- 2.39.2