org-cycle-hide-drawers: Remove an unnecessary state check
commit8ed27480aa0f1bb00034e13a1067115212520b9d
authorKyle Meyer <kyle@kyleam.com>
Tue, 18 Jul 2017 17:24:32 +0000 (18 13:24 -0400)
committerKyle Meyer <kyle@kyleam.com>
Tue, 18 Jul 2017 17:24:32 +0000 (18 13:24 -0400)
treebda4106860a8f3c9f08de07dd9b8d123d406ce18
parent404ac42ee51f0ac0d9cfb8fbefaefbbe96c61017
org-cycle-hide-drawers: Remove an unnecessary state check

* lisp/org.el (org-cycle-hide-drawers): Don't check whether STATE is
`contents' within the `when' body because the `when' condition will
not pass in this case.
lisp/org.el