From 965b3e6a8b0d71ab6af51e58631ccacc8749d23e Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 29 Apr 2010 07:52:23 +0100 Subject: [PATCH] emacs: Set the `face' property rather than `font-lock-face'. Avoid using face properties reserved for the font-lock package. --- emacs/notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index c4f4b295..21c08c12 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 -- 2.43.0