# HG changeset patch # User Chong Yidong # Date 1216850319 0 # Node ID 472723a2e357f7c603a2b3d2daf5871bc6cf07a7 # Parent e2548ecc93fbf3cf83393dba0aefc08ad0ba7857 (shell-dynamic-complete-functions): Use comint-dynamic-complete-filename as well (bug#361). diff -r e2548ecc93fb -r 472723a2e357 lisp/shell.el --- 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.