]> git.eshelyaron.com Git - emacs.git/commit
Fix wrapping of 'previous-completion' at the beginning of buffer
authorPhilip Kaludercic <philipk@posteo.net>
Thu, 24 Mar 2022 18:11:01 +0000 (20:11 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 24 Mar 2022 18:11:01 +0000 (20:11 +0200)
commit392d66f6f5d9962d0b0f96decbebd9db00cce1ab
tree79930e55039476e8786aed1291a38644c62bdd42
parent71aec1d0444ab351a4f20ae1ed10dee7bc12af88
Fix wrapping of 'previous-completion' at the beginning of buffer

* lisp/simple.el (next-completion): Prevent an error of
'previous-completion' at the beginning of completions buffer.
Also fix 'previous-completion' to wrap to the last completion.
(bug#54374)
lisp/simple.el