# HG changeset patch # User John Wiegley # Date 1125095836 0 # Node ID 2a21167e759ea057416a778bd7d08606c0ff3d73 # Parent 4cc6dbdfa5afabc592f1f438e18663b55a920a2a *** empty log message *** diff -r 4cc6dbdfa5af -r 2a21167e759e lisp/ChangeLog --- 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 + + * 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 * outline.el (outline-invent-heading): New fun.