emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/notmuch-indicator 33a7c1b35c: Simplify notmuch-indicato


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator 33a7c1b35c: Simplify notmuch-indicator--format-output
Date: Wed, 28 Sep 2022 23:57:45 -0400 (EDT)

branch: externals/notmuch-indicator
commit 33a7c1b35c4535012b73057f743d7d089256de5f
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Protesilaos Stavrou <info@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 ""



reply via email to

[Prev in Thread] Current Thread [Next in Thread]