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

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

[nongnu] elpa/helm 64f96694ae 3/9: Use cl-ecase for helm-ff-rsync-progre


From: ELPA Syncer
Subject: [nongnu] elpa/helm 64f96694ae 3/9: Use cl-ecase for helm-ff-rsync-progress-bar-info
Date: Wed, 19 Jul 2023 13:02:13 -0400 (EDT)

branch: elpa/helm
commit 64f96694ae6e9d4daca45a0a5af643faa644712c
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Use cl-ecase for helm-ff-rsync-progress-bar-info
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 37f5673cad..f40f4ab0dd 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1424,7 +1424,7 @@ DEST must be a directory.  SWITCHES when unspecified 
default to
     (if (eq helm-ff-rsync-progress-bar-style 'text)
         (mapconcat 'identity infos " ")
       (setq info
-            (cl-case helm-ff-rsync-progress-bar-info
+            (cl-ecase helm-ff-rsync-progress-bar-info
               (size    (nth 0 infos))
               (percent (nth 1 infos))
               (speed   (nth 2 infos))



reply via email to

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