summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-04-10 21:54:15 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-04-10 21:54:15 +0200
commit08c91e10bf37ccf977479fd3cd0cfe42c03087ca (patch)
treeeddd69145175f5e63598dece04f6fbe334663a5e /helm-tags.el
parent74343d7eb24388a01e6f0b5d835e3b9d1b964576 (diff)
* helm-tags.el (helm-c-source-etags-select): Just add a comment. no code change.
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-tags.el b/helm-tags.el
index 83792b3f..268515a8 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -193,6 +193,8 @@ If no entry in cache, create one."
(init . helm-c-etags-init)
(candidates-in-buffer)
(match-part . (lambda (candidate)
+ ;; Match only the tag part of CANDIDATE
+ ;; and not the filename.
(cadr (split-string candidate ":"))))
(mode-line . helm-etags-mode-line-string)
(action . helm-c-etags-default-action)