From: Chong Yidong Date: Wed, 23 Jul 2008 17:26:48 +0000 (+0000) Subject: (shell-dynamic-complete-functions): Use X-Git-Tag: emacs-pretest-23.0.90~3954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49e3189d6a931a1f3e25f354b1a9f843b7b43b67;p=emacs.git (shell-dynamic-complete-functions): Use comint-dynamic-complete-filename as well (bug#361). --- 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.