From e83255c993505df82bcd27dd9d831e02ac6c6d09 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 7 Aug 2017 11:43:50 +0200 Subject: [PATCH] Silence byte-compiler --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 9da1da26b..4f0cef4ac 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.