Changeset 15237
- Timestamp:
- Mar 8, 2012, 6:52:35 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-error-system.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-error-system.lisp
r15236 r15237 71 71 (format stream "Contents of ~a" source) 72 72 (when position 73 (format stream ", near ~a ~d," (if (typep source 'stream) "positi tion" "index") position))73 (format stream ", near ~a ~d," (if (typep source 'stream) "position" "index") position)) 74 74 (format stream " don't represent a valid character in ~s." encoding-name))))) 75 75
Note:
See TracChangeset
for help on using the changeset viewer.
