]> git.eshelyaron.com Git - emacs.git/commit
Remove outline-cycle-minor-mode and outline-cycle-highlight-minor-mode
authorJuri Linkov <juri@linkov.net>
Sun, 7 Mar 2021 18:52:39 +0000 (20:52 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 7 Mar 2021 18:52:39 +0000 (20:52 +0200)
commitc63d2ef59c511c1c48c69a202907b7edfcbb19b3
treed698b785270c769a25ab57e2bdabb5e5d4f7b365
parentc1f4a16cf3d71aa3f67c1c209e7060dc71afc545
Remove outline-cycle-minor-mode and outline-cycle-highlight-minor-mode

* lisp/outline.el (outline-font-lock-keywords): Use OVERRIDE or
LAXMATCH depending on outline-minor-mode-highlight in outline-minor-mode.
(outline-minor-mode-cycle, outline-minor-mode-highlight): Promote
defvar to defcustom.
(outline-minor-mode-highlight-buffer): Don't override existing faces.
(outline-cycle-minor-mode, outline-cycle-highlight-minor-mode):
Remove minor modes.

* etc/compilation.txt:
* etc/grep.txt: Enable outline-minor-mode-cycle and
outline-minor-mode-highlight with outline-minor-mode.
https://lists.gnu.org/archive/html/emacs-devel/2021-03/msg00144.html
etc/NEWS
etc/compilation.txt
etc/grep.txt
lisp/outline.el