]> git.eshelyaron.com Git - emacs.git/commit
minibuffer-completion-help: Fix regression when END < EOB
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 11 Apr 2024 17:33:16 +0000 (20:33 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 17:02:27 +0000 (19:02 +0200)
commitabcdf5fb4dc103df7274d4ee4b7285c9be1b4877
treeebeb7b57775ff6a6a956146d7bd5e036d7de5e4d
parent77225e81a4dbb40ba91ba0d4064b72e18fba809d
minibuffer-completion-help: Fix regression when END < EOB

Which can happen with in-buffer completion (though this scenario
is preffed off by default).

* lisp/minibuffer.el (minibuffer-completion-help): Include the
buffer contents after END into BASE-SUFFIX (bug#48356).

(cherry picked from commit 0284b296f2ee469e0edeba8bd043b4a813cfd977)
lisp/minibuffer.el