]> git.eshelyaron.com Git - emacs.git/commit
New commands previous-line-completion and next-line-completion (bug#59486)
authorJuri Linkov <juri@linkov.net>
Wed, 23 Nov 2022 18:44:37 +0000 (20:44 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 23 Nov 2022 18:44:37 +0000 (20:44 +0200)
commit21b387c39bd9cf07cddd50d092b5a5bec03ecd1d
treef7eebbe71c318873bc178fac660b9db1f0d6fe9f
parenta3fcc4ed0fa8a14d151620eccc0490b1a83dbf77
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