mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 14:40:54 -08:00
* lisp/outline.el (outline-font-lock-keywords): Fix highlight case (bug#48707)
This commit is contained in:
parent
51c6bafa9b
commit
2003a407c8
1 changed files with 3 additions and 1 deletions
|
|
@ -205,7 +205,9 @@ in the file it applies to.")
|
|||
(list 'face (outline-font-lock-face)
|
||||
'keymap outline-mode-cycle-map)
|
||||
(list 'face nil
|
||||
'keymap outline-mode-cycle-map)))
|
||||
'keymap outline-mode-cycle-map))
|
||||
(if outline-minor-mode-highlight
|
||||
(list 'face (outline-font-lock-face))))
|
||||
(outline-font-lock-face))
|
||||
(when outline-minor-mode
|
||||
(pcase outline-minor-mode-highlight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue