From: Chong Yidong Date: Wed, 23 Jul 2008 21:58:27 +0000 (+0000) Subject: * shell.el (shell-dynamic-complete-functions): Use X-Git-Tag: emacs-pretest-22.2.90~94 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cc48d7354bed62dc704b9059aa282e438df89d9;p=emacs.git * shell.el (shell-dynamic-complete-functions): Use comint-dynamic-complete-filename as well (bug#361). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdd47aa0759..e20882d525b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-07-23 Chong Yidong + + * shell.el (shell-dynamic-complete-functions): Use + comint-dynamic-complete-filename as well (bug#361). + 2008-06-21 Alan Mackenzie * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an