diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/eshell/em-glob.el | 1 |
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 |