]> git.eshelyaron.com Git - emacs.git/commit
vc-annotate.el: make a new face if it didn't exist
authorMattias Engdegård <mattiase@acm.org>
Tue, 26 Sep 2023 11:27:55 +0000 (13:27 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 26 Sep 2023 11:27:55 +0000 (13:27 +0200)
commitd082f46c8cac02c3f871314c458a0bed43ce2ae4
tree941dd27ba2ae4724eb20b94ffda58519c30898f1
parent8d7e498366aaa6bbbbe6f2c18c55b3f0737a7fb9
vc-annotate.el: make a new face if it didn't exist

* lisp/vc/vc-annotate.el (vc-annotate-lines): Check whether a symbol
is a face, not just its existence.  Previously we would sometimes end
up using non-faces resulting in complaints from the display system.
lisp/vc/vc-annotate.el