]> git.eshelyaron.com Git - emacs.git/commit
Improve file name completion in file and directory widgets (Bug#7779)
authorMauro Aranda <maurooaranda@gmail.com>
Wed, 28 Aug 2019 11:29:57 +0000 (08:29 -0300)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 6 Sep 2019 21:02:08 +0000 (17:02 -0400)
commit5b117511aa1b5c451773891b505a7098a67f9532
tree7e4ef2dd5346a18fe66ba9c359644834ef2bbe4b
parentff0f4c731231b03d73cc35de9e042d1fc1b75f4e
Improve file name completion in file and directory widgets (Bug#7779)

* lisp/wid-edit.el (widget 'file, widget 'directory): Respect the option
read-file-name-completion-ignore-case.
(widget 'directory): Filter the file names, to only perform directory name
completion.
lisp/wid-edit.el