]> git.eshelyaron.com Git - emacs.git/commit
Change icomplete-show-matches-on-no-input behavior
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Aug 2020 11:29:52 +0000 (13:29 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Aug 2020 11:29:59 +0000 (13:29 +0200)
commit1b8d369c381b5a63e40529d0d95dfa75d94b8e09
tree7726c2a30459e5db8ac31f76b2878a4f3f11dad6
parent744e97ce6d9fc5c3f8653e4840b00ef0cd14278f
Change icomplete-show-matches-on-no-input behavior

* lisp/icomplete.el (icomplete-show-matches-on-no-input): Doc fix.
(icomplete-completions): Set completion-content-when-empty.

* lisp/minibuffer.el (completion-content-when-empty): New variable.
(completion--complete-and-exit): Use it (bug#19032).

Based on a patch by Matthew Leach <matthew@mattleach.net>.
etc/NEWS
lisp/icomplete.el
lisp/minibuffer.el