summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-08-07 11:43:50 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-08-07 11:43:50 +0200
commite83255c993505df82bcd27dd9d831e02ac6c6d09 (patch)
treeb6878a044026809af159203ab1338eb77d368825
parent4d2c8354eebfa1b7d8763ba0664fba78c91c2fa8 (diff)
downloadorg-mode-e83255c993505df82bcd27dd9d831e02ac6c6d09.tar.gz
Silence byte-compiler
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 9da1da2..4f0cef4 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14759,8 +14759,8 @@ If ONOFF is `on' or `off', don't toggle but set to this state."
(insert " :" (mapconcat #'identity (nreverse current) ":") ":")
(org-set-tags nil t))
(delete-horizontal-space))
- (run-hooks 'org-after-tags-change-hook))
- res))
+ (run-hooks 'org-after-tags-change-hook)
+ res)))
(defun org--align-tags-here (to-col)
"Align tags on the current headline to TO-COL.