VM

vm-summary-deleted-face not well defined for Emacs

Bug #500606 reported by René
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VM
Fix Released
Low
Unassigned

Bug Description

The face `vm-summary-deleted-face' is not well defined for Emacs. It's ok for XEmacs but not for Emacs.

See the bug description at http://bugs.gentoo.org/attachment.cgi?id=97140&action=diff

The code that would fix this bug is (in vm-summary-faces.el):

  (defface vm-summary-deleted-face
     (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

Revision history for this message
Uday Reddy (reddyuday) wrote :

Thanks very much, Rene!

Changed in vm:
status: New → Fix Committed
importance: Undecided → Low
Uday Reddy (reddyuday)
Changed in vm:
milestone: none → 8.1.0
Uday Reddy (reddyuday)
Changed in vm:
status: Fix Committed → Fix Released
Uday Reddy (reddyuday)
Changed in vm:
milestone: 8.1.0b2 → 8.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.