]> git.eshelyaron.com Git - emacs.git/commit
Fix the case in first-completion revealed by minibuffer-tests
authorJuri Linkov <juri@linkov.net>
Sat, 14 Jan 2023 18:56:33 +0000 (20:56 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 14 Jan 2023 18:56:33 +0000 (20:56 +0200)
commita8eb9dd40069d3555a59ec2f692f64f9b8679ae7
tree887d3b2334a4ca5f95b99b4fca2c43fb5f267f0e
parentfd77de542d8a18e8477884839b22ef59e4000ba0
Fix the case in first-completion revealed by minibuffer-tests

* lisp/simple.el (first-completion): Add the text-property 'first-completion'
when the first completion is at the beginning of the buffer.

* test/lisp/minibuffer-tests.el (completions-header-format-test):
Revert the recent change.
lisp/simple.el
test/lisp/minibuffer-tests.el