]> git.eshelyaron.com Git - emacs.git/commit
Fix line-wrapping for term.el (Bug#30775)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 12 Mar 2018 00:47:12 +0000 (20:47 -0400)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:30 +0000 (14:17 +0800)
commit77bf8e00b7833ec0901c88057d70d73c1c96a9da
tree1e5414bb2ee5ae6edb5cadd8d5d256037454972b
parent2544299c64cd8898220f1837388a88d34cf71784
Fix line-wrapping for term.el (Bug#30775)

* lisp/term.el (term-emulate-terminal): Leave line-wrapping state if
point was moved after we entered it.
* test/lisp/term-tests.el (term-line-wrapping-then-motion): New test.
lisp/term.el
test/lisp/term-tests.el