vm-summary-deleted-face not well defined for Emacs
Bug #500606 reported by
René
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Fix Released
|
Low
|
Unassigned |
Bug Description
The face `vm-summary-
See the bug description at http://
The code that would fix this bug is (in vm-summary-
(defface vm-summary-
(if (featurep 'xemacs)
'((t (:foreground "grey50" :strikethru t)))
'((t (:foreground "grey50" :strike-through t))))
"The face used in VM Summary buffers for deleted messages."
:group 'vm-summary-faces)
Related branches
Changed in vm: | |
milestone: | none → 8.1.0 |
Changed in vm: | |
status: | Fix Committed → Fix Released |
Changed in vm: | |
milestone: | 8.1.0b2 → 8.1.0 |
To post a comment you must log in.
Thanks very much, Rene!