emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/treeview 8382de4bdd 18/25: Sharp-quoted function name


From: ELPA Syncer
Subject: [nongnu] elpa/treeview 8382de4bdd 18/25: Sharp-quoted function name
Date: Sat, 10 Sep 2022 17:59:38 -0400 (EDT)

branch: elpa/treeview
commit 8382de4bdd9f0039e7760b6bd5c5956d638596ad
Author: Tilman Rassy <tilman.rassy@googlemail.com>
Commit: Tilman Rassy <tilman.rassy@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)) )))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]