From: Cédric Chépied Date: Sat, 19 Oct 2019 07:54:02 +0000 (+0200) Subject: Fix typo in tree-widget-lookup-image X-Git-Tag: emacs-27.0.90~995 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c506e45c616f95f8710a38a69eb8ef8a41e50d26;p=emacs.git Fix typo in tree-widget-lookup-image * lisp/tree-widget.el (tree-widget-lookup-image): Fix typo introduced by previous cleanup (bug#37809). --- diff --git a/lisp/tree-widget.el b/lisp/tree-widget.el index 274a1b8b818..660b4b7683c 100644 --- a/lisp/tree-widget.el +++ b/lisp/tree-widget.el @@ -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)))