changeset 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 fc592cc91901
children 940a290a5646
files lisp/shell.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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.