summaryrefslogtreecommitdiff
path: root/helm-org.el
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2016-02-07 13:03:02 -0600
committerAdam Porter <adam@alphapapa.net>2016-02-07 13:03:02 -0600
commit806fc2b8a0e8a0fe1258aded6af16ba7b8542b60 (patch)
tree72db382a91e25300c81289a25cf4e02b64479016 /helm-org.el
parent44c00716625ce15e5946306549080b8a6335c4f0 (diff)
helm-org.el: Indentation fixes
Diffstat (limited to 'helm-org.el')
-rw-r--r--helm-org.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/helm-org.el b/helm-org.el
index 62cdf388..d8cd1039 100644
--- a/helm-org.el
+++ b/helm-org.el
@@ -121,7 +121,7 @@ Note this have no effect in `helm-org-in-buffer-headings'."
(and fontify (jit-lock-fontify-now))
(let ((match-fn (if fontify
#'match-string
- #'match-string-no-properties))
+ #'match-string-no-properties))
(search-fn (lambda ()
(when (or (null parents)
(org-up-heading-safe))
@@ -150,9 +150,9 @@ Note this have no effect in `helm-org-in-buffer-headings'."
(list t level heading)))
(list heading))
width file)
- (if file
- (concat file truncated-all)
- truncated-all))
+ (if file
+ (concat file truncated-all)
+ truncated-all))
'helm-real-display heading)
(point-marker))))))))