Mercurial > emacs
changeset 39983:baefc4f3c437
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Wed, 17 Oct 2001 01:58:38 +0000 |
parents | 356f9084bf81 |
children | 5e4848f89017 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 17 01:13:10 2001 +0000 +++ b/lisp/ChangeLog Wed Oct 17 01:58:38 2001 +0000 @@ -1,3 +1,14 @@ +2001-10-15 John Wiegley <johnw@gnu.org> + + * eshell/em-unix.el (eshell/cat): Do a quick test if something is + a regular file, before checking if it is a directory or symlink. + This avoids a call to eshell-file-attributes, which can be + expensive in some situations. + + * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra + customization variable, to differentiate ls-in-dired from regular + uses of ls. + 2001-10-17 Miles Bader <miles@gnu.org> * custom.el (defface): Mention `:inherit' in doc-string.