aboutsummaryrefslogtreecommitdiff
path: root/emms-source-file.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-04-20 17:34:55 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-04-20 17:34:55 -0400
commita51ac5b1fa967413d81530a722a5866eb43c4e4b (patch)
tree43dcf7f3389ae6091ec23f7b6c1dbbf14e6a9b8d /emms-source-file.el
parentf992e4c98b1d472acb802ea2a149f087c2656034 (diff)
Change the function quoting style to help the compiler.
Patch by Stefan Monnier
Diffstat (limited to 'emms-source-file.el')
-rw-r--r--emms-source-file.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-source-file.el b/emms-source-file.el
index 9060528..9678b41 100644
--- a/emms-source-file.el
+++ b/emms-source-file.el
@@ -199,7 +199,7 @@ This function uses `emms-source-file-directory-tree-function'."
(let ((pl (sort (funcall emms-source-file-directory-tree-function
dir
regex)
- 'string<)))
+ #'string<)))
(message "Building playlist...done")
pl))