(shell-dynamic-complete-functions): Use
authorChong Yidong <cyd@stupidchicken.com>
Wed, 23 Jul 2008 21:58:39 +0000 (21:58 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 23 Jul 2008 21:58:39 +0000 (21:58 +0000)
comint-dynamic-complete-filename as well (bug#361).

lisp/shell.el

index 0ee30ae..f05ff1f 100644 (file)
@@ -191,7 +191,8 @@ This is a fine thing to set in your `.emacs' file.")
     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.