1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 10:50:49 -08:00

Fix typo in tree-widget-lookup-image

* lisp/tree-widget.el (tree-widget-lookup-image): Fix typo
introduced by previous cleanup (bug#37809).
This commit is contained in:
Cédric Chépied 2019-10-19 09:54:02 +02:00 committed by Lars Ingebrigtsen
parent 2a3577ba11
commit c506e45c61

View 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)))