Ver Fonte

Fix whitespace problem

Carsten Dominik há 14 anos atrás
pai
commit
3b924ef2ad
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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