]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Set the `face' property rather than `font-lock-face'.
authorDavid Edmondson <dme@dme.org>
Thu, 29 Apr 2010 06:52:23 +0000 (07:52 +0100)
committerCarl Worth <cworth@cworth.org>
Thu, 3 Jun 2010 23:53:36 +0000 (16:53 -0700)
Avoid using face properties reserved for the font-lock package.

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