Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2017-08-07 11:43:50 +02:00
parent 4d2c8354ee
commit e83255c993
1 changed files with 2 additions and 2 deletions

View File

@ -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.