]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 6e64e20391dccc453c0c8e0e619508114925e569..c57c4d0b4c03e38d6e5c3b0232c4dcf14162a3c5 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.