0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 19:19:08 +00:00

Fix whitespace problem

This commit is contained in:
Carsten Dominik 2011-05-02 09:14:30 +02:00
parent c6e97d88cf
commit 3b924ef2ad

View file

@ -12798,7 +12798,7 @@ ignore inherited ones."
(or (org-up-heading-safe) (error nil))
(setq parent t)))
(error nil)))))
(if local
(if local
tags
(append (org-remove-uniherited-tags org-file-tags) tags))))))