Raymond Toy pushed to branch issue-157-directory-no-magic-wildcarding at cmucl / cmucl
Commits:
-
d5b02338
by Raymond Toy at 2023-03-08T08:43:59-08:00
1 changed file:
Changes:
... | ... | @@ -1120,7 +1120,9 @@ optionally keeping some of the most recent old versions." |
1120 | 1120 | (setf prev elem))
|
1121 | 1121 | (nreverse results))))
|
1122 | 1122 | (let ((results nil))
|
1123 | - (enumerate-search-list (pathname pathname)
|
|
1123 | + (enumerate-search-list
|
|
1124 | + (pathname (merge-pathnames pathname
|
|
1125 | + *default-pathname-defaults*))
|
|
1124 | 1126 | (enumerate-matches (name pathname nil :follow-links follow-links)
|
1125 | 1127 | (when (or all
|
1126 | 1128 | (let ((slash (position #\/ name :from-end t)))
|