]> git.eshelyaron.com Git - emacs.git/commit
Fix tabbing between widgets (bug#70594)
authorStephen Berman <stephen.berman@gmx.net>
Tue, 25 Jun 2024 10:38:03 +0000 (12:38 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:34:10 +0000 (15:34 +0200)
commit0b3f3afcd88051215c041502bb66747ac6eb2cd5
tree731019119cff6823564c0821f976e4110cfdcf71
parentdc89e407333671c2680d4a219fb44659c9cad3b8
Fix tabbing between widgets (bug#70594)

* lisp/wid-edit.el (widget-move): Don't error when tabbing in a
buffer with only one active widget and 'widget-skip-inactive'
enabled.  Improve code by handling forward and backward movement
in a single loop.

(cherry picked from commit 2f18929319a4883575acb7440c920ad059a84105)
lisp/wid-edit.el