Fix `org-flag-drawer' with optional argument
commitaf853dd3aa4ce42f8e860ed45ced7f922cb08091
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 30 Apr 2016 23:27:30 +0000 (1 01:27 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 30 Apr 2016 23:27:30 +0000 (1 01:27 +0200)
treedbf1ee870f0429ae80a669330458daf50eb66526
parentc8c2d2b1f715158a1f55a7eaf4797c78562b4402
Fix `org-flag-drawer' with optional argument

* lisp/org.el (org-flag-drawer): Do not require point to be at a drawer
  in order to call the function with an optional argument.

* testing/lisp/test-org.el (test-org/flag-drawer): Narrow test.
lisp/org.el
testing/lisp/test-org.el