From 950264ff1e92a7f437ef3b4df70bd8a22d65a488 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 22 Oct 2019 00:29:21 +0300 Subject: [PATCH] * lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774) --- lisp/vc/vc-annotate.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el index 2cc0f3c40ac..35b69b53ebd 100644 --- a/lisp/vc/vc-annotate.el +++ b/lisp/vc/vc-annotate.el @@ -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))) -- 2.39.2