summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-16 09:56:24 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-16 09:56:24 +0100
commit920d1ffc80c8ea0584c56e8da062e324785a4b3c (patch)
tree5d202ecfa7d2bb0c9be0970d13d7b5cf76189a02 /helm-tags.el
parent530d89feec28f4b6de714af268c2ef8b38dcdf22 (diff)
parent3c9cdce47e9a8cf506fb2ebcc4d4ad4af0be638a (diff)
Merge branch 'origin-exp' into lex
Conflicts: helm.el
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-tags.el b/helm-tags.el
index f11aa181..69d3a01a 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -215,7 +215,7 @@ If no entry in cache, create one."
(action . helm-etags-default-action)
(persistent-action . (lambda (candidate)
(helm-etags-default-action candidate)
- (helm-match-line-color-current-line))))
+ (helm-highlight-current-line))))
"Helm source for Etags.")
(defvar find-tag-marker-ring)