]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in tree-widget-lookup-image
authorCédric Chépied <cedric.chepied@delair.aero>
Sat, 19 Oct 2019 07:54:02 +0000 (09:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Oct 2019 07:54:02 +0000 (09:54 +0200)
* lisp/tree-widget.el (tree-widget-lookup-image): Fix typo
introduced by previous cleanup (bug#37809).

lisp/tree-widget.el

index 274a1b8b818f6a73c7b63b6de98257a0d9544c2d..660b4b7683c20c1830fe049261e047efc6087567 100644 (file)
@@ -371,7 +371,7 @@ found."
                    (file-regular-p file)
                    (throw 'found
                           (apply #'create-image
-                                 (car fmt) file nil
+                                 file (car fmt) nil
                                  (tree-widget-image-properties name))))))))
       nil)))