branch: externals/notmuch-indicator commit 33a7c1b35c4535012b73057f743d7d089256de5f Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Simplify notmuch-indicator--format-output --- notmuch-indicator.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notmuch-indicator.el b/notmuch-indicator.el index 07ada7aec8..7680ccdc3d 100644 --- a/notmuch-indicator.el +++ b/notmuch-indicator.el @@ -199,8 +199,7 @@ option `notmuch-indicator-refresh-count'." (defun notmuch-indicator--return-count () "Parse `notmuch-indicator-args' and format them as single string." (mapconcat - (lambda (props) - (notmuch-indicator--format-output props)) + #'notmuch-indicator--format-output notmuch-indicator-args "")) (defvar notmuch-indicator-string ""