[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 950264f: * lisp/vc/vc-annotate.el (vc-annotate-line
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] master 950264f: * lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774) |
Date: |
Mon, 21 Oct 2019 17:29:29 -0400 (EDT) |
branch: master
commit 950264ff1e92a7f437ef3b4df70bd8a22d65a488
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>
* 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 2cc0f3c..35b69b5 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 950264f: * lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774),
Juri Linkov <=