summaryrefslogtreecommitdiff
path: root/helm-for-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-12 07:10:23 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-12 07:10:23 +0200
commitdb31000b60450a8ce311ab068afcdf478232deeb (patch)
treee0a9e545447783d61daadf4242e86893e950a07c /helm-for-files.el
parent7e8f8dae77e7eefa210b101f3e2bef12c1058aa8 (diff)
Fix unquoted symbols
* helm-for-files.el (helm-source-files-in-current-dir): Do it. * helm-x-files.el (helm-source-mac-spotlight): Do it.
Diffstat (limited to 'helm-for-files.el')
-rw-r--r--helm-for-files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-for-files.el b/helm-for-files.el
index 2b2a251e..6c3a3550 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -207,7 +207,7 @@ Colorize only symlinks, directories and files."
(defvar helm-source-files-in-current-dir
(helm-make-source "Files from Current Directory"
- helm-files-in-current-dir-source))
+ 'helm-files-in-current-dir-source))
;;;###autoload
(defun helm-for-files ()