changeset 65165:2a21167e759e

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Fri, 26 Aug 2005 22:37:16 +0000
parents 4cc6dbdfa5af
children b6ae9d87069a
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 26 22:35:57 2005 +0000
+++ b/lisp/ChangeLog	Fri Aug 26 22:37:16 2005 +0000
@@ -1,3 +1,13 @@
+2005-08-26  John Wiegley  <johnw@newartisans.com>
+
+	* eshell/esh-arg.el (eshell-parse-double-quote): If a
+	double-quoted argument resolves to nil, return it as an empty
+	string rather than as nil.  This made it impossible to pass "" to
+	a shell script as a null string argument.
+
+	* eshell/esh-util.el (eshell-flatten-list): Don't call
+	eshell-flatten-list on a sub-argument if it is eq to nil.
+
 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* outline.el (outline-invent-heading): New fun.