]> git.eshelyaron.com Git - emacs.git/commit
Fix next-line-completion for multi-line completions
authorSpencer Baugh <sbaugh@janestreet.com>
Wed, 24 Jan 2024 15:52:40 +0000 (10:52 -0500)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 18:06:02 +0000 (19:06 +0100)
commit526f4a8d1b2ae826332ccaf60ef5688022217aac
treebde8cb1ee32b2c0f2d441204985151ddb679370b
parentc350ef5bb62e31726f2219b1548e6668f9f8e14a
Fix next-line-completion for multi-line completions

Previously it would not move out of a multi-line completion, and now it will.

* lisp/simple.el (next-line-completion): Move to the completion start
or end before going forward or backward lines.  (bug#68688)

(cherry picked from commit 28c9c7cf464c87e90567f8b0e04f854163aa6187)
lisp/simple.el
test/lisp/minibuffer-tests.el