summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-11-01 09:31:26 +0000
committerJohn Wiegley <johnw@newartisans.com>2005-11-01 09:31:26 +0000
commitdbc56a8ba256b126422423e23368440f19cd0040 (patch)
tree3aecdbb028b924d5454cb260acb9b52741aa7eb6 /lisp/eshell
parentc7deede0114b59fad6b841b4f405466510b7b1a1 (diff)
downloademacs-dbc56a8ba256b126422423e23368440f19cd0040.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-glob.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el
index ec7ed22876a..869144dad74 100644
--- a/lisp/eshell/em-glob.el
+++ b/lisp/eshell/em-glob.el
@@ -254,8 +254,7 @@ the form:
(file-name-absolute-p (car paths)))
(eshell-glob-entries (file-name-as-directory (car paths))
(cdr paths))
- (eshell-glob-entries (expand-file-name
- (file-name-as-directory ".")) paths))
+ (eshell-glob-entries (file-name-as-directory ".") paths))
(if message-shown
(message nil)))
(or (and matches (nreverse matches))