From 7585c8f2208dcc40d65135bc031c6cf454d05c60 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 17 Mar 2007 18:05:43 +0000 Subject: [PATCH] * comint.el (comint-arguments): Mark backslash-escaped chars. (comint-delim-arg): Don't treat them as delimiters. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.39.5