Changeset 13301
- Timestamp:
- 05/27/11 13:06:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/open.lisp
r11434 r13301 119 119 (translate-logical-pathname pathname) 120 120 pathname)))) 121 (when (wild-pathname-p pathname) 122 (error 'file-error 123 :pathname pathname 124 :format-control "Bad place for a wild pathname.")) 121 125 (when (memq direction '(:output :io)) 122 126 (unless if-exists-given
Note: See TracChangeset
for help on using the changeset viewer.