[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/notmuch-indicator ff6e8dc582 4/4: Reformat function for
From: |
ELPA Syncer |
Subject: |
[elpa] externals/notmuch-indicator ff6e8dc582 4/4: Reformat function for readability |
Date: |
Tue, 1 Aug 2023 09:58:30 -0400 (EDT) |
branch: externals/notmuch-indicator
commit ff6e8dc582363aeeb1ed6cec1568540e3bd0ec31
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Reformat function for readability
---
notmuch-indicator.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index f4f12bb05a..f330d75152 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -236,9 +236,10 @@ It is appended to the `global-mode-string'.")
"Return non-nil if `notmuch-indicator--indicator' is running."
(when (executable-find "notmuch")
(delq nil
- (mapcar (lambda (timer)
- (eq (timer--function timer) 'notmuch-indicator--indicator))
- timer-list))))
+ (mapcar
+ (lambda (timer)
+ (eq (timer--function timer) 'notmuch-indicator--indicator))
+ timer-list))))
(defun notmuch-indicator--run ()
"Run the timer with a delay, starting it if necessary.