* lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774)

This commit is contained in:
Juri Linkov 2019-10-22 00:29:21 +03:00
parent d5fdde42d2
commit 950264ff1e

View file

@ -725,6 +725,7 @@ The annotations are relative to the current time, unless overridden by OFFSET."
;; Make the face if not done.
(face (or (intern-soft face-name)
(let ((tmp-face (make-face (intern face-name))))
(set-face-extend tmp-face t)
(cond
(vc-annotate-background-mode
(set-face-background tmp-face (cdr color)))