Silence byte-compiler
This commit is contained in:
parent
4d2c8354ee
commit
e83255c993
|
@ -14759,8 +14759,8 @@ If ONOFF is `on' or `off', don't toggle but set to this state."
|
||||||
(insert " :" (mapconcat #'identity (nreverse current) ":") ":")
|
(insert " :" (mapconcat #'identity (nreverse current) ":") ":")
|
||||||
(org-set-tags nil t))
|
(org-set-tags nil t))
|
||||||
(delete-horizontal-space))
|
(delete-horizontal-space))
|
||||||
(run-hooks 'org-after-tags-change-hook))
|
(run-hooks 'org-after-tags-change-hook)
|
||||||
res))
|
res)))
|
||||||
|
|
||||||
(defun org--align-tags-here (to-col)
|
(defun org--align-tags-here (to-col)
|
||||||
"Align tags on the current headline to TO-COL.
|
"Align tags on the current headline to TO-COL.
|
||||||
|
|
Loading…
Reference in New Issue