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

This enables the proper face customization UI for
notmuch-search-line-faces.
This commit is contained in:
Jameson Graef Rollins 2011-03-26 22:16:32 -07:00 committed by Carl Worth
parent 74bc93f02d
commit 907cac7035

View file

@ -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)