Mercurial > emacs
changeset 80625:472723a2e357
(shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 23 Jul 2008 21:58:39 +0000 |
parents | e2548ecc93fb |
children | 0efa227aec2d |
files | lisp/shell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/shell.el Wed Jul 23 21:58:27 2008 +0000 +++ b/lisp/shell.el Wed Jul 23 21:58:39 2008 +0000 @@ -191,7 +191,8 @@ shell-dynamic-complete-environment-variable shell-dynamic-complete-command shell-replace-by-expanded-directory - shell-dynamic-complete-filename) + shell-dynamic-complete-filename + comint-dynamic-complete-filename) "List of functions called to perform completion. This variable is used to initialize `comint-dynamic-complete-functions' in the shell buffer.