From: Chong Yidong Date: Sat, 17 Mar 2007 18:05:43 +0000 (+0000) Subject: * comint.el (comint-arguments): Mark backslash-escaped chars. X-Git-Tag: emacs-pretest-22.0.96~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7585c8f2208dcc40d65135bc031c6cf454d05c60;p=emacs.git * comint.el (comint-arguments): Mark backslash-escaped chars. (comint-delim-arg): Don't treat them as delimiters. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90bbe1cbbcb..f11a4de5eed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,11 @@ * eshell/esh-mode.el (eshell-handle-ansi-color): New function. Add new option for eshell-output-filter-functions. +2007-03-13 Chong Yidong + + * comint.el (comint-arguments): Mark backslash-escaped chars. + (comint-delim-arg): Don't treat them as delimiters. + 2007-03-12 Kim F. Storm * ido.el (ido-init-completion-maps): Remap delete-backward-char.