# HG changeset patch # User John Wiegley # Date 1003283918 0 # Node ID baefc4f3c437853e2187bab9ff7ec176fd9c5007 # Parent 356f9084bf816bd83314209c41e5549701ce97a4 *** empty log message *** diff -r 356f9084bf81 -r baefc4f3c437 lisp/ChangeLog --- 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 + + * 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.