From 806fc2b8a0e8a0fe1258aded6af16ba7b8542b60 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 7 Feb 2016 13:03:02 -0600 Subject: helm-org.el: Indentation fixes --- helm-org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'helm-org.el') 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)))))))) -- cgit v1.2.3