]> git.eshelyaron.com Git - emacs.git/commit
Don't force completion recalculation in icomplete-fido-ret
authorJoão Távora <joaotavora@gmail.com>
Wed, 25 Dec 2019 17:57:20 +0000 (17:57 +0000)
committerJoão Távora <joaotavora@gmail.com>
Wed, 25 Dec 2019 17:57:29 +0000 (17:57 +0000)
commit13778aa5be7bf028893672d84c2a291f491d8216
tree584aba42e996a7391344b3d677ad2b9c8f24a220
parent83587bb68830bd91124f99ddf8590d1d5f63869f
Don't force completion recalculation in icomplete-fido-ret

Besides the adverse effect of delaying completions, it tripped up the
useful logic of icomplete-force-complete-and-exit in the case where a
default was available, but no completions calculated yet.

* lisp/icomplete.el (icomplete-fido-ret): Don't force calculation
of completions.
lisp/icomplete.el