]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-dynamic-complete-functions): Use
authorChong Yidong <cyd@stupidchicken.com>
Wed, 23 Jul 2008 17:26:48 +0000 (17:26 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 23 Jul 2008 17:26:48 +0000 (17:26 +0000)
comint-dynamic-complete-filename as well (bug#361).

lisp/shell.el

index 4d8f3b9ec2f13c1cd54233609a269006dacb6022..e067fea4df9b2ff7374eef298ac83a3622be47c5 100644 (file)
@@ -184,7 +184,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.