Maked "edited" tag stand out in vc-dir (Bug#8178).
* vc/vc-dir.el (vc-default-dir-printer): Give edited tag a different face.
This commit is contained in:
parent
d5b44c937b
commit
f0fb805946
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-01-22 Jari Aalto <jari.aalto@cante.net>
|
||||
|
||||
* vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
|
||||
different face (Bug#8178).
|
||||
|
||||
2011-05-22 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* vc/diff-mode.el (diff-changed): Don't use terminal specs for
|
||||
|
|
|
@ -1238,6 +1238,7 @@ These are the commands available for use in the file status buffer:
|
|||
(format "%-20s" state)
|
||||
'face (cond ((eq state 'up-to-date) 'font-lock-builtin-face)
|
||||
((memq state '(missing conflict)) 'font-lock-warning-face)
|
||||
((eq state 'edited) 'font-lock-constant-face)
|
||||
(t 'font-lock-variable-name-face))
|
||||
'mouse-face 'highlight)
|
||||
" "
|
||||
|
|
Loading…
Add table
Reference in a new issue