- Timestamp:
- Nov 30, 2007, 1:26:15 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-files.lisp
r7494 r7796 421 421 ((and dir default-dir 422 422 (eq (car dir) :absolute) (eq (car default-dir) :absolute)) 423 ; maybe make it relative to defaults423 ;; maybe make it relative to defaults 424 424 (do ((p1 (cdr dir) (cdr p1)) 425 425 (p2 (cdr default-dir) (cdr p2))) 426 426 ((or (null p2) (null p1) (not (equalp (car p1) (car p2)))) 427 (when (and (null p2) ( neq p1 (cdr dir)))427 (when (and (null p2) (or t (neq p1 (cdr dir)))) 428 428 (setq dir (cons :relative p1))))))) 429 429 (setq dir (%directory-list-namestring dir logical-p))
Note:
See TracChangeset
for help on using the changeset viewer.
