]> git.eshelyaron.com Git - emacs.git/commit
Add vc-dir faces; also apply them to vc-git
authorProtesilaos Stavrou <info@protesilaos.com>
Mon, 8 Feb 2021 06:54:54 +0000 (07:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 8 Feb 2021 06:54:54 +0000 (07:54 +0100)
commit9fdc753e1450d1b2eb610ef4fc55460d63688799
tree557e9d2a398aeb3daa570b88f0fdf89ec229aa57
parent657641fb83b927a8da18bccfcf843b0a3b720755
Add vc-dir faces; also apply them to vc-git

* etc/NEWS: Document the new faces.

* lisp/vc/vc-dir.el (vc-dir-header, vc-dir-header-value)
(vc-dir-directory, vc-dir-file, vc-dir-mark-indicator)
(vc-dir-status-warning, vc-dir-status-edited, vc-dir-status-up-to-date)
(vc-dir-ignored): Add new faces.

* lisp/vc/vc-git.el (vc-git-permissions-as-string, vc-git-dir-printer)
(vc-git-dir-extra-headers): Apply new faces (bug#46358).
etc/NEWS
lisp/vc/vc-dir.el
lisp/vc/vc-git.el