branch: elpa/treeview commit 8382de4bdd9f0039e7760b6bd5c5956d638596ad Author: Tilman Rassy <tilman.ra...@googlemail.com> Commit: Tilman Rassy <tilman.ra...@googlemail.com>
Sharp-quoted function name --- treeview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treeview.el b/treeview.el index c8e6f77053..bccbf83a6e 100644 --- a/treeview.el +++ b/treeview.el @@ -298,7 +298,7 @@ itself." (insert " ") (put-text-property start (point) 'display object)) ;; It's a list of objects - (apply 'treeview-put object)) + (apply #'treeview-put object)) ;; It's a string or character (insert object) )) (setq objects (cdr objects)) )))