summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-glob.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2000-10-13 09:02:39 +0000
committerJohn Wiegley <johnw@newartisans.com>2000-10-13 09:02:39 +0000
commit74e701050a220c947c50343f6586a1c63b1d7773 (patch)
treecc03ef53467c6e8dccf1ac50eca8759ec6128a94 /lisp/eshell/em-glob.el
parentc8d58c5dfdc041496752fdb393c20ecbe5f1ba4f (diff)
downloademacs-74e701050a220c947c50343f6586a1c63b1d7773.tar.gz
Added better remote directory support to Eshell, as well as a few bug
fixes. See the ChangeLog.
Diffstat (limited to 'lisp/eshell/em-glob.el')
-rw-r--r--lisp/eshell/em-glob.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el
index 4cb3d1e40ce..ec8c1b2c37a 100644
--- a/lisp/eshell/em-glob.el
+++ b/lisp/eshell/em-glob.el
@@ -243,7 +243,7 @@ resulting regular expression."
(INCLUDE-REGEXP EXCLUDE-REGEXP (PRED-FUNC-LIST) (MOD-FUNC-LIST))"
(let ((paths (eshell-split-path glob))
- matches message-shown)
+ matches message-shown ange-cache)
(unwind-protect
(if (and (cdr paths)
(file-name-absolute-p (car paths)))