diff lisp/shell.el @ 96940:99669ed07fd2

(shell-dynamic-complete-functions): Use comint-dynamic-complete-filename as well (bug#361).
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 23 Jul 2008 17:26:48 +0000
parents ee5932bf781d
children 3971edd65203
line wrap: on
line diff
--- 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.