From: Juri Linkov Date: Mon, 21 Oct 2019 21:29:21 +0000 (+0300) Subject: * lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774) X-Git-Tag: emacs-27.0.90~925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=950264ff1e92a7f437ef3b4df70bd8a22d65a488;p=emacs.git * lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774) --- 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)))