Do not call `end-of-visual-line' when moving to the end of line
commit8f96754932e8be63335c8565cec2d34f46f54078
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 16 Oct 2012 18:18:57 +0000 (16 20:18 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 16 Oct 2012 19:11:06 +0000 (16 21:11 +0200)
tree4435e887839642917a42b6d92d5260733b7a5dc7
parent1fb3cca7c08ec1a608b8bd8d1ff627250a463a3e
Do not call `end-of-visual-line' when moving to the end of line

* lisp/org.el (org-end-of-line): Do not call `end-of-visual-line' when
  moving to the end of line.  Also improve behaviour on elements that
  can be hidden.
* testing/lisp/test-org.el: Add tests.
lisp/org.el
testing/lisp/test-org.el