]> git.eshelyaron.com Git - emacs.git/commit
Fix regression in widget-move (bug#72995)
authorStephen Berman <stephen.berman@gmx.net>
Sat, 14 Sep 2024 10:42:49 +0000 (12:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:34:45 +0000 (22:34 +0200)
commitef1c84f5b5dc8aaa1ab55435654330e2912d6898
treea70e4224d45a686cc772764711d9ef31164ebde6
parentb44b6e0589c4d1045d63895bf228e65ca05ddce3
Fix regression in widget-move (bug#72995)

* lisp/wid-edit.el (widget-move): Avoid advancing point only if it
is at the start of a widget at BOB.

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

(cherry picked from commit d509a35699738519d42a35d72827b1111425669c)
lisp/wid-edit.el
test/lisp/wid-edit-tests.el