branch: elpa/magit commit 4a01405bf1b6cdcaafabcbf7692a1ad0f67ea7b5 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-insert-heading: Use font-lock-keyword-face --- lisp/magit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/magit.el b/lisp/magit.el index c076f4dbf4b..90ea55084d3 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -570,6 +570,7 @@ is run in the top-level directory of the current working tree." (1 'font-lock-keyword-face) (2 'font-lock-function-name-face nil t)) (,(concat "(" (regexp-opt '("magit-insert-section" + "magit-insert-heading" "magit-section-case" "magit-bind-match-strings" "magit-with-temp-index"