]> git.eshelyaron.com Git - emacs.git/commit
New commands previous-line-completion and next-line-completion (bug#59486)
authorJuri Linkov <juri@linkov.net>
Wed, 1 Nov 2023 17:45:05 +0000 (19:45 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 1 Nov 2023 17:45:05 +0000 (19:45 +0200)
commit8eb9b82ce58a8323af21f52625a401e19e279a9c
tree528fa120512943706dd99c6cacf8d4f8a68f5452
parent861ac933dd8aed1028edc4b9142400e3702874d5
New commands previous-line-completion and next-line-completion (bug#59486)

* lisp/simple.el (completion-list-mode-map): Bind [up] to
'previous-line-completion', and [down] to 'next-line-completion'.
(completion-auto-wrap): Mention `next-line-completion' and
`previous-line-completion' in the docstring.
(previous-line-completion, next-line-completion): New commands.
etc/NEWS
lisp/simple.el