From fb7c62406f30ad88d347807caf2225ff3c82a809 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 24 Mar 2013 20:31:57 +0100 Subject: * helm-files.el: Don't quote here too. * helm-locate.el: same --- helm-locate.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helm-locate.el') 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) -- cgit v1.2.3