branch: elpa/helm
commit 520ce9278acfbb84b03170b8470185d098300077
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Bind process-connection-type in helm-locate
If it is needed on MacOs in issue #2741 it would be needed here as well.
---
helm-locate.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm-locate.el b/helm-locate.el
index 8270d2a55dc..1be9d1a039b 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -344,7 +344,8 @@ See also `helm-locate'."
(mapconcat 'identity it " "))
(shell-quote-argument (car args)))))
(default-directory (if (file-directory-p default-directory)
- default-directory "/")))
+ default-directory "/"))
+ process-connection-type)
(helm-log "helm-locat-init" "Starting helm-locate process")
(helm-log "helm-locat-init" "Command line used was:\n\n%s"
(concat ">>> " (propertize cmd 'face 'font-lock-comment-face)
"\n\n"))