Changeset 357
- Timestamp:
- Jan 20, 2004, 11:37:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-streams.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-streams.lisp
r317 r357 1264 1264 (defmethod stream-unread-char ((s echo-stream) c) 1265 1265 (call-next-method s c) 1266 (setf (slot-value s 'did-untyi) nil))1266 (setf (slot-value s 'did-untyi) c)) 1267 1267 1268 1268 (defmethod stream-clear-input ((s echo-stream))
Note:
See TracChangeset
for help on using the changeset viewer.
