aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/tree-widget.el2
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."
371 (file-regular-p file) 371 (file-regular-p file)
372 (throw 'found 372 (throw 'found
373 (apply #'create-image 373 (apply #'create-image
374 (car fmt) file nil 374 file (car fmt) nil
375 (tree-widget-image-properties name)))))))) 375 (tree-widget-image-properties name))))))))
376 nil))) 376 nil)))
377 377