changeset 76490:962966317eaf

* comint.el (comint-arguments): Mark backslash-escaped chars. (comint-delim-arg): Don't treat them as delimiters.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 18:05:43 +0000
parents a5db78ff7104
children 2c6f34a88eaf
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* comint.el (comint-arguments): Mark backslash-escaped chars.
+	(comint-delim-arg): Don't treat them as delimiters.
+
 2007-03-12  Kim F. Storm  <storm@cua.dk>
 
 	* ido.el (ido-init-completion-maps): Remap delete-backward-char.