summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-07-18 09:41:51 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-07-18 09:41:51 +0200
commitee0630fe69ddc86eab5210e797915c8b846cb359 (patch)
tree5e53fcbf1ce27059e1cc54d078956075e0c0ba61 /helm-grep.el
parentefa30f044198cac12f196ea7871b1cc4180736a7 (diff)
Provide an alias for non-essential and use it
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 3c3b4fcb..e118353e 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -543,7 +543,7 @@ It is intended to use as a let-bound variable, DON'T set this globaly.")
(if helm-grep-in-recurse
(helm-grep-command t)
(helm-grep-command)))))
- non-essential)
+ helm-use-tramp-handlers)
;; Start grep process.
(helm-log "Starting Grep process in directory `%s'" default-directory)
(helm-log "Command line used was:\n\n%s"
@@ -1100,7 +1100,7 @@ It is used actually to specify 'zgrep' or 'git'.
When BACKEND 'zgrep' is used don't prompt for a choice in
recurse, and ignore EXTS, search being made recursively on files
matching `helm-zgrep-file-extension-regexp' only."
- (let* (non-essential
+ (let* (helm-use-tramp-handlers
(ack-rec-p (helm-grep-use-ack-p :where 'recursive))
(exts (and recurse
;; [FIXME] I could handle this from helm-walk-directory.