Use <up> and <down> keys to move point in the multi-line minibuffer.
commit5c0fbcfc8aa6ee13fbd4ea1516f25c804bebcf8c
authorJuri Linkov <juri@linkov.net>
Tue, 18 Nov 2014 21:33:42 +0000 (18 23:33 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 18 Nov 2014 21:33:42 +0000 (18 23:33 +0200)
tree9671af81c39d9c4197fa5369e9b62b29acf01ab6
parentcb4f666ade76181223c197fe38fc600ea4d7ab01
Use <up> and <down> keys to move point in the multi-line minibuffer.

* lisp/bindings.el (minibuffer-local-map): Rebind [down] from
next-history-element to next-line-or-history-element, and [up]
from previous-history-element to previous-line-or-history-element.

* lisp/simple.el (next-line-or-history-element)
(previous-line-or-history-element): New commands.

http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
etc/NEWS
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el