bug#81553: [PATCH] * lisp/outline.el (outline-occur): Add autoload cookie.

Sean Whitton <[email protected]> Wed, 05 Aug 2026 11:35:33 +0100
Newsgroups gmane.emacs.bugs
Message-ID <[email protected]>
Version: 32.1

Roi Martin [04/Aug 11:32pm +02] wrote:
> Tags: patch
>
> The `outline-occur' command is another entry point for outline.el.  For
> instance, I have the following in my init file:
>
>   (keymap-set search-map "M-o" #'outline-occur)
>
> This allows me to easily invoke `outline-occur' with `M-s M-o' from any
> buffer without having to enable any of the Outline modes or require the
> `outline' feature.
>
> Thus, this patch autoloads it.

Installed, thanks.

Please note the new commit message.  We avoid "add".

-- 
Sean Whitton