mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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:
parent
2a3577ba11
commit
c506e45c61
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue