emacs: Use font-lock-comment-face to highlight citation button

Signed-off-by: Kan-Ru Chen <kanru@kanru.info>
This commit is contained in:
Kan-Ru Chen 2009-12-14 13:41:35 +08:00 committed by Carl Worth
parent 9b93717a6d
commit 0a1e37a8c9

View file

@ -622,7 +622,7 @@ which this thread was originally shown."
(define-button-type 'notmuch-button-invisibility-toggle-type (define-button-type 'notmuch-button-invisibility-toggle-type
'action 'notmuch-toggle-invisible-action 'action 'notmuch-toggle-invisible-action
'follow-link t 'follow-link t
'face "default") 'face 'font-lock-comment-face)
(define-button-type 'notmuch-button-citation-toggle-type 'help-echo "mouse-1, RET: Show citation" (define-button-type 'notmuch-button-citation-toggle-type 'help-echo "mouse-1, RET: Show citation"
:supertype 'notmuch-button-invisibility-toggle-type) :supertype 'notmuch-button-invisibility-toggle-type)
(define-button-type 'notmuch-button-signature-toggle-type 'help-echo "mouse-1, RET: Show signature" (define-button-type 'notmuch-button-signature-toggle-type 'help-echo "mouse-1, RET: Show signature"