]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: Set the `face' property rather than `font-lock-face'.
[notmuch] / emacs / notmuch.el
index c4f4b295aa8759e1c7527a439a3610e85fb8e1ad..21c08c121ccb980c50733b47daf84240643ad6cd 100644 (file)
@@ -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