From dfab8e5e49d90c415f9585a02a2b0d6f72b4083a Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sat, 22 Mar 2014 11:51:05 +0000 Subject: emacs: Combine notmuch-combine-face-text-property{, -string} This combines our two face combining functions into one, easy to use function with a much shorter name: `notmuch-apply-face'. This function takes the full set of arguments that `notmuch-combine-face-text-property' took, but takes them in a more convenient order and provides smarter defaults that make the function easy to use on both strings and buffers. --- emacs/notmuch-tree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/notmuch-tree.el') diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 4f2ac028..e3aa2cd9 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -715,7 +715,7 @@ unchanged ADDRESS if parsing fails." (dolist (spec field-list result-string) (let ((field-string (notmuch-tree-format-field (car spec) (cdr spec) msg))) (setq result-string (concat result-string field-string)))) - (notmuch-combine-face-text-property-string result-string face t))) + (notmuch-apply-face result-string face t))) (defun notmuch-tree-insert-msg (msg) "Insert the message MSG according to notmuch-tree-result-format" -- cgit v1.2.3