aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2010-04-29 07:52:23 +0100
committerCarl Worth <cworth@cworth.org>2010-06-03 16:53:36 -0700
commit965b3e6a8b0d71ab6af51e58631ccacc8749d23e (patch)
tree0030a2317f0c382f62e2a11e5d5e5f566fa68da3 /emacs/notmuch.el
parent106f9862d1c2671aeb451fa2e607984b007775ca (diff)
emacs: Set the `face' property rather than `font-lock-face'.
Avoid using face properties reserved for the font-lock package.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index c4f4b29..21c08c1 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -438,7 +438,7 @@ and will also appear in a buffer named \"*Notmuch errors*\"."
(let ((end (point)))
(delete-region beg end)
(insert (propertize (mapconcat 'identity tags " ")
- 'font-lock-face 'notmuch-tag-face))))))
+ 'face 'notmuch-tag-face))))))
(defun notmuch-search-get-tags ()
(save-excursion