branch: elpa/helm
commit 9540c7e7230c4743b4b7cb2449faa1aebb216baf
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
No need to call force-mode-line-update twice
---
helm-files.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/helm-files.el b/helm-files.el
index bd97a1bf016..7f0a685d444 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1555,8 +1555,7 @@ DEST must be a directory. SWITCHES when unspecified
default to
(setq helm-rsync-progress-str-alist
(delete (assoc process helm-rsync-progress-str-alist)
helm-rsync-progress-str-alist))
- (helm-rsync-restore-mode-line process)
- (force-mode-line-update)))
+ (helm-rsync-restore-mode-line process)))
(set-process-filter proc #'helm-rsync-process-filter)))
(defun helm-rsync-process-filter (proc output)