* shell.el (shell-dynamic-complete-filename): New fun.

(shell-dynamic-complete-functions): Use it.
This commit is contained in:
Chong Yidong 2008-04-03 05:12:57 +00:00
parent fac3dc5bd6
commit 7108216759

View file

@ -1,5 +1,8 @@
2008-04-03 Chong Yidong <cyd@stupidchicken.com>
* shell.el (shell-dynamic-complete-filename): New fun.
(shell-dynamic-complete-functions): Use it.
* help-fns.el (describe-variable): Undo 2008-02-25 change.
2008-04-03 Kenichi Handa <handa@m17n.org>