* lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774)
This commit is contained in:
parent
d5fdde42d2
commit
950264ff1e
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue