From: John Wiegley Date: Wed, 17 Oct 2001 01:58:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af15ae259ace4fb06ae57e195509ba2035719277;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e64e20391d..c57c4d0b4c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2001-10-15 John Wiegley + + * 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 * custom.el (defface): Mention `:inherit' in doc-string.