]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774)
authorJuri Linkov <juri@linkov.net>
Mon, 21 Oct 2019 21:29:21 +0000 (00:29 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 21 Oct 2019 21:29:21 +0000 (00:29 +0300)
lisp/vc/vc-annotate.el

index 2cc0f3c40ac35896a8ed3cab48c559abca1c2c0b..35b69b53ebd05fb69874ecfc3bb87089e4903236 100644 (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)))