]> git.eshelyaron.com Git - emacs.git/commit
Don't skip widgets when moving backward
authorMauro Aranda <maurooaranda@gmail.com>
Mon, 4 Jan 2021 13:02:20 +0000 (10:02 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Mon, 4 Jan 2021 13:02:20 +0000 (10:02 -0300)
commit4e80eb7b7ce76e02fa0b2b0fa66223f29e3f6bcd
treebcce0b8a668105eb84b8feb819294c1c42babaea
parent65f21729e60f831026ce134b87561c5119b6a926
Don't skip widgets when moving backward

* lisp/wid-edit.el (widget-move): Remove code that caused
widget-backward to skip an immediate previous widget when moving
backward from the start of a widget.  (Bug#45623)

* test/lisp/wid-edit-tests.el (widget-test-widget-backward): New test.
lisp/wid-edit.el
test/lisp/wid-edit-tests.el