diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tree-widget.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |