summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-11-20 17:10:09 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-11-20 17:10:09 +0100
commit66b5a3b1459a124269e941902620c7ca65591046 (patch)
tree1015beaeb7bf4c9c0919f60d309cf4385426cf9d /helm-grep.el
parent60ce5f54febe3fd7baf27f3b3699d1c44b973224 (diff)
* helm-grep.el (helm-c-grep-action): Issue #159 Don't hard code buffer-name in helm-grep-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 25d7dc14..09b661a3 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -390,7 +390,7 @@ WHERE can be one of other-window, elscreen, other-frame."
(lineno (string-to-number (nth 1 split)))
(loc-fname (or (with-current-buffer
(if (eq major-mode 'helm-grep-mode)
- "*hgrep*"
+ (current-buffer)
helm-buffer)
(get-text-property (point-at-bol) 'help-echo))
(car split)))