branch: elpa/helm
commit 663b3b5b6db5adf1f661340a22c7706c598adf9d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    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