org.el: New function `org-at-drawer-p'.
commit356611bf07d10ae1a36d70f612432beb76c6459a
authorBastien Guerry <bzg@altern.org>
Mon, 2 Jan 2012 18:42:43 +0000 (2 19:42 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 2 Jan 2012 18:42:43 +0000 (2 19:42 +0100)
tree036a171f85c2c8f9812e5cdf74397b311c7f120a
parentb120a7b35d944e095369c9a3f69127f0ff2ec44d
org.el: New function `org-at-drawer-p'.

* org.el (org-at-drawer-p): New function.
(org-end-of-line): Use it.

This function make the behavior of C-e in folded drawers consistent
with C-e in folded subtrees: in this case, point moves to the last
invisible characters of the line, not to the last character.
lisp/org.el