summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 1557a4dc..9ee9c896 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -88,7 +88,7 @@ Fill in the symbol at point by default."
(interactive)
(let ((source (if (semantic-active-p)
'helm-source-semantic
- 'helm-source-imenu)))
+ 'helm-source-imenu)))
(push-mark)
(helm :sources source
:buffer "*helm semantic/imenu*"