# HG changeset patch # User Chong Yidong # Date 1216834008 0 # Node ID 99669ed07fd2db07ec6695d5aacc75e7ceebc82a # Parent fc592cc91901c01deef2d83abd160e6669b8e222 (shell-dynamic-complete-functions): Use comint-dynamic-complete-filename as well (bug#361). diff -r fc592cc91901 -r 99669ed07fd2 lisp/shell.el --- a/lisp/shell.el Wed Jul 23 17:26:37 2008 +0000 +++ b/lisp/shell.el Wed Jul 23 17:26:48 2008 +0000 @@ -184,7 +184,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.