From 0a1e37a8c97ff8cc25a13e6f1a9989eecf30bde2 Mon Sep 17 00:00:00 2001
From: Kan-Ru Chen <kanru@kanru.info>
Date: Mon, 14 Dec 2009 13:41:35 +0800
Subject: [PATCH] emacs: Use font-lock-comment-face to highlight citation
 button

Signed-off-by: Kan-Ru Chen <kanru@kanru.info>
---
 notmuch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.26.2