From dbc56a8ba256b126422423e23368440f19cd0040 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 1 Nov 2005 09:31:26 +0000 Subject: *** empty log message *** --- lisp/eshell/em-glob.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/eshell') 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)) -- cgit v1.2.1