From: Kan-Ru Chen Date: Mon, 14 Dec 2009 05:41:35 +0000 (+0800) Subject: emacs: Use font-lock-comment-face to highlight citation button X-Git-Tag: 0.1~102 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0a1e37a8c97ff8cc25a13e6f1a9989eecf30bde2 emacs: Use font-lock-comment-face to highlight citation button Signed-off-by: Kan-Ru Chen --- diff --git a/notmuch.el b/notmuch.el index 478a6938..8fba25d4 100644 --- a/notmuch.el +++ b/notmuch.el @@ -622,7 +622,7 @@ which this thread was originally shown." (define-button-type 'notmuch-button-invisibility-toggle-type 'action 'notmuch-toggle-invisible-action '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" :supertype 'notmuch-button-invisibility-toggle-type) (define-button-type 'notmuch-button-signature-toggle-type 'help-echo "mouse-1, RET: Show signature"