summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-09 07:16:48 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-09 07:16:48 +0100
commit182e287dcb08dec1fc94a88124d3e09e5255b3fb (patch)
tree4be86e9a5800d97485c09fa74cc804a796e0c04d /helm-regexp.el
parente9e799b38f76a162a213849aad9e996e5f8bfbf2 (diff)
* helm-regexp.el (helm-moccur-get-line): Use empty string to show empty line.
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index 990d3a8a..a12bf53f 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -213,7 +213,7 @@ i.e Don't replace inside a word, regexp is surrounded with \\bregexp\\b."
'buffer-name)
(point-max)))
(line-number-at-pos beg))
- (if (= beg end) "<EMPTY LINE>" (buffer-substring beg end)))
+ (if (= beg end) "" (buffer-substring beg end)))
(if (= beg end) (forward-char 1))))
(cl-defun helm-moccur-action (candidate