aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2007-11-07 04:00:02 +0000
committerGlenn Morris2007-11-07 04:00:02 +0000
commitf117c226d09f008ea965ec4c3eab2a1e66e94671 (patch)
tree06d4e1d9bfe593382c098f36928c0ac91b1a8c6a /lisp
parent53afc6860d4eb275bf4739a1b573b6511d41d485 (diff)
downloademacs-f117c226d09f008ea965ec4c3eab2a1e66e94671.tar.gz
emacs-f117c226d09f008ea965ec4c3eab2a1e66e94671.zip
Comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/eshell/em-glob.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el
index b1d8736b860..2e95aaefae0 100644
--- a/lisp/eshell/em-glob.el
+++ b/lisp/eshell/em-glob.el
@@ -267,6 +267,7 @@ the form:
267 (defvar matches) 267 (defvar matches)
268 (defvar message-shown)) 268 (defvar message-shown))
269 269
270;; FIXME does this really need to abuse matches, message-shown?
270(defun eshell-glob-entries (path globs &optional recurse-p) 271(defun eshell-glob-entries (path globs &optional recurse-p)
271 "Glob the entries in PATHS, possibly recursing if RECURSE-P is non-nil." 272 "Glob the entries in PATHS, possibly recursing if RECURSE-P is non-nil."
272 (let* ((entries (ignore-errors 273 (let* ((entries (ignore-errors