summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-10-30 07:29:51 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-10-30 07:29:51 +0100
commit93909dcb97971ef4c386dd02ed01de20efb5f242 (patch)
treec0d339fe9ab367098d00b600392e586eedc461df /helm-semantic.el
parent5069d13a4dbff5943f3f15b75941e27ba12e23bb (diff)
Allow dups in semantic and imenu (#1250,#337).
* helm-imenu.el (helm-imenu-source): Do it. * helm-semantic.el (helm-semantic-source): Do it.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 13801826..b0a62a41 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -138,6 +138,7 @@ you have completion on these functions with `C-M i' in the customize interface."
(helm-semantic--fetch-candidates helm-semantic--tags-cache 0)))))
(get-line :initform 'buffer-substring)
(persistent-help :initform "Show this entry")
+ (allow-dups :initform t)
(keymap :initform 'helm-semantic-map)
(help-message :initform 'helm-semantic-help-message)
(persistent-action :initform (lambda (elm)