summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-grep.el')
-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'."