`org-set-tags' cleans tag even when new tags are identical
commit8785052735086bfad8d6342976cd11e9b39eafbf
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Apr 2018 21:50:18 +0000 (28 23:50 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Apr 2018 22:11:24 +0000 (29 00:11 +0200)
tree3e8b81e10009a45071a2c9fad0cb3d0968dcb4e9
parent1615261cdc5da6dbe50176d7958c775d6d54411e
`org-set-tags' cleans tag even when new tags are identical

* lisp/org.el (org-set-tags): Clean old tags unconditionally.

Even if the tags are the same, the line could contain noise, e.g.,
blanks after the tags, that could be cleaned up anyway.
lisp/org.el