* comint.el (comint-arguments): Mark backslash-escaped chars.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:05:43 +0000 (18:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:05:43 +0000 (18:05 +0000)
(comint-delim-arg): Don't treat them as delimiters.

lisp/ChangeLog

index 90bbe1c..f11a4de 100644 (file)
@@ -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.