comparison lisp/ChangeLog @ 65168:b93526432c17

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Fri, 26 Aug 2005 22:51:28 +0000
parents b6ae9d87069a
children a4100ce1e377
comparison
equal deleted inserted replaced
65167:2980740e3f1c 65168:b93526432c17
1 2005-08-26 John Wiegley <johnw@newartisans.com> 1 2005-08-26 John Wiegley <johnw@newartisans.com>
2
3 * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
4 code around a bit so that an extraneous nil argument is not added
5 to a command when no args are given.
2 6
3 * eshell/esh-arg.el (eshell-parse-double-quote): If a 7 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4 double-quoted argument resolves to nil, return it as an empty 8 double-quoted argument resolves to nil, return it as an empty
5 string rather than as nil. This made it impossible to pass "" to 9 string rather than as nil. This made it impossible to pass "" to
6 a shell script as a null string argument. 10 a shell script as a null string argument.