Fix `C-a' with visual lines and arguments
commit8d2f0a441174c703ed0ed570e2f0eaf0da5d6aeb
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 15 Oct 2016 09:24:16 +0000 (15 11:24 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 15 Oct 2016 10:00:43 +0000 (15 12:00 +0200)
treeb78c14135aa552d87ace1ba8e3a69df177e4382e
parent5c85409464f0f06e60fabfbbf3d0958a57e169fd
Fix `C-a' with visual lines and arguments

* lisp/org.el (org-beginning-of-line): Move to beginning of visual line
  when appropriate.  Fix docstring.

* testing/lisp/test-org.el (test-org/beginning-of-line): Add tests.
lisp/org.el
testing/lisp/test-org.el