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

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

[nongnu] elpa/helm 663b3b5b6d 1/2: Fix paren in helm-ff--display-image-n


From: ELPA Syncer
Subject: [nongnu] elpa/helm 663b3b5b6d 1/2: Fix paren in helm-ff--display-image-native
Date: Fri, 19 Aug 2022 03:59:03 -0400 (EDT)

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

    Fix paren in helm-ff--display-image-native
---
 helm-files.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index c17ab22468..129d6529ac 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -4775,8 +4775,8 @@ file."
             (append helm-ff--image-cache
                     (list (expand-file-name candidate)))))
     (with-current-buffer buf
-      (rename-buffer helm-ff-image-native-buffer)
-      (display-buffer buf))))
+      (rename-buffer helm-ff-image-native-buffer))
+    (display-buffer buf)))
 
 ;;; Slideshow action
 ;;



reply via email to

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