lisp/org.el (org-set-tags): Simplify further
commit00142f4edf35c6ff28528f8a1772aff6ac27bbfc
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 28 Jul 2015 13:16:49 +0000 (28 15:16 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 28 Jul 2015 13:16:49 +0000 (28 15:16 +0200)
tree4f1eae70c7ec1c09eabf53e381880483de5b52be
parentceae5d651b80295f35c01ecfc53661c7e8eceba7
lisp/org.el (org-set-tags): Simplify further

* lisp/org.el (org-set-tags): Use let* for c0 p0 c1 rpl di tc;
Restructure so that no check on c0 is needed; Don't return a useless
tags var from cond; Change and into an equivalent when.
lisp/org.el