From 322454d48d1c59b87f9a3e887e46d61be331087a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 May 1997 03:57:01 +0000 Subject: [PATCH] (outline-mode): Autoload cookie added. (outline-minor-mode): Likewise. --- lisp/textmodes/outline.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index 9c3341158de..bd290509216 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el @@ -163,7 +163,7 @@ in the file it applies to." (defvar outline-view-change-hook nil "Normal hook to be run after outline visibility changes.") -;;;autoload +;;;###autoload (defun outline-mode () "Set major mode for editing outlines with selective display. Headings are lines which start with asterisks: one for major headings, @@ -251,7 +251,7 @@ After that, changing the prefix key requires manipulating keymaps." (cons (cons 'outline-minor-mode outline-minor-mode-map) minor-mode-map-alist))) -;;;autoload +;;;###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