From fb5fc025c11209a999e9847de350b98394fcae80 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 27 Aug 2008 17:04:13 +0000 Subject: [PATCH] * shell.el (shell-file-name-quote-list): Quote `$'. * comint.el (comint-dynamic-complete-as-filename): Generalize last change to allow quoting of characters before point. --- lisp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4400d1f31fb..f985c952664 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2008-08-27 Chong Yidong + + * shell.el (shell-file-name-quote-list): Quote `$'. + + * comint.el (comint-dynamic-complete-as-filename): Generalize last + change to allow quoting of characters before point. + 2008-08-26 Chong Yidong * comint.el (comint-dynamic-complete-as-filename): If case is -- 2.39.5