]> git.eshelyaron.com Git - emacs.git/commit
Improve 'next-line-completion' and add more tests
authorJuri Linkov <juri@linkov.net>
Thu, 9 Nov 2023 16:20:14 +0000 (18:20 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 9 Nov 2023 16:20:14 +0000 (18:20 +0200)
commit6eafdd855948e0e39fcb33fba97c5a2788ac1b07
treead0c7b92cc152e87cf4b67f58cf39f57949b9b00
parent13a1797d5b69224e97295d85d0c098c96142d238
Improve 'next-line-completion' and add more tests

* lisp/simple.el (next-line-completion): Improve (bug#59486).
Better handle the case when completion-auto-wrap is nil.

* test/lisp/minibuffer-tests.el (completion-auto-wrap-test)
(completions-header-format-test)
(completions-affixation-navigation-test): Add calls to
'next-line-completion' and 'previous-line-completion'.
(completions-group-navigation-test): New test.
lisp/simple.el
test/lisp/minibuffer-tests.el