Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8117 emacs/lisp/ChangeLog:1.8118
*** emacs/lisp/ChangeLog:1.8117 Fri Aug 26 18:07:25 2005
--- emacs/lisp/ChangeLog        Fri Aug 26 22:37:16 2005
***************
*** 1,3 ****
--- 1,13 ----
+ 2005-08-26  John Wiegley  <[EMAIL PROTECTED]>
+ 
+       * 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  <[EMAIL PROTECTED]>
  
        * outline.el (outline-invent-heading): New fun.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to