]> git.eshelyaron.com Git - emacs.git/commit
Fix filename completion in shell mode buffers
authorAlex Branham <alex.branham@gmail.com>
Thu, 15 Aug 2019 16:02:38 +0000 (11:02 -0500)
committerAlex Branham <alex.branham@gmail.com>
Tue, 27 Aug 2019 14:51:14 +0000 (09:51 -0500)
commite4d17d8cb479ffeeb7dfb7320a1432722ac8df75
tree606992150f8a955a5473d8ce04a9e2ea7c48e8d3
parent693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3
Fix filename completion in shell mode buffers

* lisp/shell.el (shell-dynamic-complete-functions): Move
pcomplete-completions-at-point down the list so that filename
completion has a chance to complete before pcompletion.

Fixes bug#34330
lisp/shell.el