# HG changeset patch # User Chong Yidong # Date 1174154743 0 # Node ID 962966317eaf2b7952df7aa42cc252ed9554bde8 # Parent a5db78ff7104d95895237fc2778829c19aae6fdc * comint.el (comint-arguments): Mark backslash-escaped chars. (comint-delim-arg): Don't treat them as delimiters. diff -r a5db78ff7104 -r 962966317eaf lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 17 18:04:50 2007 +0000 +++ b/lisp/ChangeLog Sat Mar 17 18:05:43 2007 +0000 @@ -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.