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

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

[nongnu] elpa/helm 3117dfa6fd 3/5: image-compute-scaling-factor take a m


From: ELPA Syncer
Subject: [nongnu] elpa/helm 3117dfa6fd 3/5: image-compute-scaling-factor take a mandatory arg in previous emacs
Date: Tue, 9 Apr 2024 13:00:17 -0400 (EDT)

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

    image-compute-scaling-factor take a mandatory arg in previous emacs
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 9ebf12ee81..a750176653 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5184,7 +5184,7 @@ Special commands:
   (if (and helm-ff--show-thumbnails
            (null (file-remote-p helm-ff-default-directory)))
       (prog1
-          (cl-loop with scale = (image-compute-scaling-factor)
+          (cl-loop with scale = (image-compute-scaling-factor nil)
                    for (disp . img) in candidates
                    for type = (helm-acase (file-name-extension img)
                                 ((guard (and (member it '("png" "jpg" "jpeg"))



reply via email to

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