]> git.eshelyaron.com Git - emacs.git/commit
A better fix for 'kill-visual-line'
authorEli Zaretskii <eliz@gnu.org>
Thu, 21 Jan 2021 14:21:45 +0000 (16:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 21 Jan 2021 14:21:45 +0000 (16:21 +0200)
commitb2d30fd6303a2461c591f0ace7eb2a43638bba21
treeab3d54068e2dfe24300123f468509c8f95a54eeb
parent8e7728a5bfaf99efd3fb9ea7dd42dabd11a00b5c
A better fix for 'kill-visual-line'

* lisp/simple.el (kill-visual-line): Use the 6th element of the
return value of 'posn-at-point', which provides the coordinates in
terms or row and column, and is thus more reliable for deciding
whether we moved to the next screen line.  (Bug#45837)
lisp/simple.el