[notmuch] [PATCH 4/4] emacs: Use font-lock-comment-face to highlight citation button

Subject: [notmuch] [PATCH 4/4] emacs: Use font-lock-comment-face to highlight citation button

Date: Mon, 14 Dec 2009 13:41:35 +0800

To: notmuch@notmuchmail.org

Cc:

From: Kan-Ru Chen


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

diff --git a/notmuch.el b/notmuch.el
index db8f899..ed96dfa 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -581,7 +581,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"
-- 
1.6.5.5


Thread: