]> git.eshelyaron.com Git - emacs.git/commit
Fix some details in completions
authorJimmy Aguilar Mena <spacibba@aol.com>
Tue, 5 Apr 2022 11:08:36 +0000 (13:08 +0200)
committerJimmy Aguilar Mena <spacibba@aol.com>
Tue, 5 Apr 2022 11:52:53 +0000 (13:52 +0200)
commit91ca41e292184bf0c21b55a8e51f3eb1a8c89bb7
tree45d8eef8f8e532b751296d49705b5b3bc8fbfee4
parent28b9dcb002ac56d296b48499e6a0ff2617185a08
Fix some details in completions

* lisp/minibuffer.el (completion--insert-one-column) : Remove the extra
new-line at the end.
* lisp/simple.el (next-completion) : Fix behavior when
completion-wrap-movement and remove bobp and eobp. This removes the
extra tab ad the end of the list before wrapping or going to the
minibuffer and apparently also fixes bug#54374
(switch-to-completions) : Simplify condition code and remove comment not
applicable anymore.
lisp/minibuffer.el
lisp/simple.el