summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-13 18:53:26 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-13 18:53:26 +0200
commit134b3753e57e013bf6e5d84c86769c2adba3c1bf (patch)
treef4c1d579f13b994322327470ef43b72306cfd59c
parent5bc60f2c76a6c4b72ef040078ebf8f297a1e7548 (diff)
Fix paren error.
-rw-r--r--helm-grep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-grep.el b/helm-grep.el
index a7635b2f..c220b7d2 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -608,7 +608,7 @@ If N is positive go forward otherwise go backward."
"Go to precedent file in helm grep/etags buffers."
(interactive)
(with-helm-window
- (helm-goto-next-or-prec-file 1))))
+ (helm-goto-next-or-prec-file 1)))
(defun helm-grep-run-default-action ()
"Run grep default action from `helm-do-grep-1'."