*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Wed, 17 Oct 2001 01:58:38 +0000 (01:58 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 17 Oct 2001 01:58:38 +0000 (01:58 +0000)
lisp/ChangeLog

index 6e64e20..c57c4d0 100644 (file)
@@ -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.