[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 5e5e5c10cc 1/2: Update only the current mode-line in
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 5e5e5c10cc 1/2: Update only the current mode-line in rsync |
Date: |
Mon, 29 Jul 2024 16:00:03 -0400 (EDT) |
branch: elpa/helm
commit 5e5e5c10cc2176430c6a717193aadc935eb5d68a
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Update only the current mode-line in rsync
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 859dcf71fc..75debaed1e 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1552,7 +1552,7 @@ DEST must be a directory. SWITCHES when unspecified
default to
(push (cons proc ml-str) helm-rsync-progress-str-alist)))))
;; Finally update mode-line.
(unless helm-rsync-no-mode-line-update
- (force-mode-line-update t))))
+ (force-mode-line-update))))
(defun helm-ff-kill-rsync-process (process)
"Kill rsync process PROCESS.