]> git.eshelyaron.com Git - emacs.git/commit
Make icomplete-exhibit actually work when navigating up directories
authorJoão Távora <joaotavora@gmail.com>
Tue, 29 Oct 2019 00:18:55 +0000 (00:18 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 29 Oct 2019 00:19:33 +0000 (00:19 +0000)
commit5860fd3123635af3c2e419bfde53e26fde85930b
tree4b4a587f55b9a8bfcc773c0d160c8d49318f02e5
parent7373d6eae807af9f0557b28b30e2864f17114c40
Make icomplete-exhibit actually work when navigating up directories

Sometimes, when finding files with icomplete-mode, backward-deleting
the previous word or sexp (to move up a directory) doesn't actually
refresh the file list of the new directory.  Forcing redisplay in
icomplete-exhibit misteriously fixes the problem.

* lisp/icomplete.el (icomplete-exhibit): Add call to redisplay.
lisp/icomplete.el