]> git.eshelyaron.com Git - emacs.git/commit
Simplify ignored extensions filtering in Icomplete (bug#34070)
authorJoão Távora <joaotavora@gmail.com>
Tue, 15 Jan 2019 12:10:23 +0000 (12:10 +0000)
committerJoão Távora <joaotavora@gmail.com>
Thu, 17 Jan 2019 15:17:02 +0000 (15:17 +0000)
commit5a6df06494f9ba6df53af82cfdf81f1d3708edc3
treef48bf19352af749fe72b082f06603e85557ffdcd
parent7560ef7de925b56f367df168befc9b748b6237c1
Simplify ignored extensions filtering in Icomplete (bug#34070)

* lisp/icomplete.el: Use lexical binding.
(icomplete-completions): Use minibuffer-completion-predicate
to filter out completion-ignored-extensions.
lisp/icomplete.el