Mercurial > emacs
comparison lisp/ChangeLog @ 65166:b6ae9d87069a
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 26 Aug 2005 22:39:49 +0000 |
parents | 2a21167e759e |
children | b93526432c17 |
comparison
equal
deleted
inserted
replaced
65165:2a21167e759e | 65166:b6ae9d87069a |
---|---|
2 | 2 |
3 * eshell/esh-arg.el (eshell-parse-double-quote): If a | 3 * eshell/esh-arg.el (eshell-parse-double-quote): If a |
4 double-quoted argument resolves to nil, return it as an empty | 4 double-quoted argument resolves to nil, return it as an empty |
5 string rather than as nil. This made it impossible to pass "" to | 5 string rather than as nil. This made it impossible to pass "" to |
6 a shell script as a null string argument. | 6 a shell script as a null string argument. |
7 | |
8 * eshell/esh-util.el (eshell-flatten-list): Don't call | |
9 eshell-flatten-list on a sub-argument if it is eq to nil. | |
10 | 7 |
11 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca> | 8 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca> |
12 | 9 |
13 * outline.el (outline-invent-heading): New fun. | 10 * outline.el (outline-invent-heading): New fun. |
14 (outline-promote, outline-demote): Use it. | 11 (outline-promote, outline-demote): Use it. |