[PATCH] use custom-face-edit value-type in notmuch-search-line-faces

Subject: [PATCH] use custom-face-edit value-type in notmuch-search-line-faces

Date: Sat, 26 Mar 2011 22:16:32 -0700

To: notmuch@notmuchmail.org

Cc:

From: Jameson Graef Rollins


This enables the proper face customization UI for
notmuch-search-line-faces.
---
 emacs/notmuch.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 92a86cf..a23d0c2 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -612,7 +612,7 @@ The attributes defined for matching tags are merged, with later
 attributes overriding earlier. A message having both \"delete\"
 and \"unread\" tags with the above settings would have a green
 foreground and blue background."
-  :type '(alist :key-type (string) :value-type (list))
+  :type '(alist :key-type (string) :value-type (custom-face-edit))
   :group 'notmuch)
 
 (defun notmuch-search-color-line (start end line-tag-list)
-- 
1.7.4.1


Thread: