summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-11-15 07:27:29 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-11-15 07:27:29 +0100
commitf69c14b39b0bb1a396baf0fecdb3192a6842a47d (patch)
tree738a1130c7f960ee468a6637ff629355102c0dea /helm-semantic.el
parent5d19ff5164eee22d29a2457e2beb32ac9166741b (diff)
Remove allow-dups from semantic and imenu (#1250).
* 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, 0 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index b0a62a41..13801826 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -138,7 +138,6 @@ 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)