From 49e3189d6a931a1f3e25f354b1a9f843b7b43b67 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 23 Jul 2008 17:26:48 +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 4d8f3b9ec2f..e067fea4df9 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -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. -- 2.39.2