]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Use font-lock-comment-face to highlight citation button
authorKan-Ru Chen <kanru@kanru.info>
Mon, 14 Dec 2009 05:41:35 +0000 (13:41 +0800)
committerCarl Worth <cworth@cworth.org>
Mon, 8 Feb 2010 22:29:29 +0000 (14:29 -0800)
Signed-off-by: Kan-Ru Chen <kanru@kanru.info>
notmuch.el

index 478a69380698cf4e73ee3b484ee42dfb09ce6881..8fba25d4aabfb50741680c380aaf4e27f15fc8e9 100644 (file)
@@ -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"