summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 15:51:17 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 15:51:17 +0200
commitbc4fb132f218c2025eeb9218f95f56798343c05a (patch)
tree50d56ec46972ab2adfaef5548d0b25fb886221c5 /helm-semantic.el
parent9bc2702cf13e5096e391088208cc71e580cf2fd7 (diff)
Finally reindent with the cl indentation behavior of 24.4.50.
It have font-lock broken in some place but is not broken as in 24.3.90. So perhaps it is the best option for now.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index cda23cc3..9eeae673 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -58,7 +58,7 @@
(if (and class (not type-p))
(format "%s%sClass(%s) "
spaces (if (< depth 2) "" "├►") class)
- spaces)
+ spaces)
;; Save the tag for later
(propertize (semantic-format-tag-summarize tag nil t)
'semantic-tag tag)
@@ -132,7 +132,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))
(imenu-p (eq source 'helm-source-imenu))
(str (thing-at-point 'symbol))
(imenu-auto-rescan imenu-p)