From e5fd25c437dfc9266107f317bc751d777c806d18 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 23 Jul 2008 21:58:39 +0000 Subject: [PATCH] (shell-dynamic-complete-functions): Use comint-dynamic-complete-filename as well (bug#361). --- lisp/shell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/shell.el b/lisp/shell.el index 0ee30ae7e5b..f05ff1f817e 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -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. -- 2.11.4.GIT