summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-05-26 18:11:48 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-05-26 18:11:48 +0200
commit3884d9bab0afd0ffd657120c61690c0f83d6ba56 (patch)
treee1052233af6a38bc1216a16919c37187b6ec50f1 /helm-regexp.el
parent2ba053a87cf8c491e3506bc4566d9049ffa4f8f7 (diff)
* helm-regexp.el (helm-occur-from-isearch): Dont resume this.
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index bd9933bc..886babed 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -424,6 +424,7 @@ the center of window, otherwise at the top of window.")
:buffer "*helm occur*"
:history 'helm-grep-history
:input input
+ :resume 'noresume
:truncate-lines t)))
;;;###autoload