VM

Comment 11 for bug 616828

Revision history for this message
Uday Reddy (reddyuday) wrote : Re: [Bug 616828] Re: vm-summary-selected-face acting strange

>
> Given that users may get their config wrong, do you think we should really test
> the value of vm-summary-highlight-face to ensure it is a legit face name i.e.
>
> (if (and selected (facep vm-summary-highlight-face))

Yes, it is a good idea.

Picking up on another issue you asked, faces shouldn't have names ending in
"-face", as prescribed in the elisp manual. Face variables normally do.