summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-03-24 20:31:57 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-03-24 20:31:57 +0100
commitfb7c62406f30ad88d347807caf2225ff3c82a809 (patch)
tree2a2a5da29e0ed8f2b5d7c443626990e0d707b394 /helm-locate.el
parent1a32f6f5be55b313f40dd5b0a6b4a048c47559aa (diff)
* helm-files.el: Don't quote here too.
* helm-locate.el: same
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 36e1c208..872145d9 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -174,9 +174,9 @@ See `helm-locate-with-db' and `helm-locate'."
(unless helm-locate-command
(setq helm-locate-command
(case system-type
- ('gnu/linux "locate %s -r %s")
- ('berkeley-unix "locate %s %s")
- ('windows-nt "es %s %s")
+ (gnu/linux "locate %s -r %s")
+ (berkeley-unix "locate %s %s")
+ (windows-nt "es %s %s")
(t "locate %s %s")))))
(defvar helm-file-name-history nil)