[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 3f07c14de9 2/2: Toggle helm-top-poll when suspending
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 3f07c14de9 2/2: Toggle helm-top-poll when suspending update |
Date: |
Mon, 24 Jun 2024 04:00:11 -0400 (EDT) |
branch: elpa/helm
commit 3f07c14de971f44c43cd0300ea92cf0c69993816
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Toggle helm-top-poll when suspending update
---
helm-sys.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm-sys.el b/helm-sys.el
index 32b7687656..1c3cf501d4 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -117,7 +117,8 @@ This affects also sorting functions in the same way."
(cancel-timer helm-top--poll-timer))
(condition-case nil
(progn
- (when (and (helm--alive-p) (null no-update))
+ (when (and (helm--alive-p) (null no-update)
+ (null helm-suspend-update-flag))
;; Fix quitting while process is running
;; by binding `with-local-quit' in init function
;; Bug#1521.