Changeset 12966
- Timestamp:
- Oct 9, 2009, 1:09:52 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-streams.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-streams.lisp
r12963 r12966 3915 3915 (two-way-input-method stream-surrounding-characters) 3916 3916 (two-way-input-method stream-input-timeout) 3917 (two-way-input-method interactive-stream-p) 3917 3918 (two-way-output-method stream-write-char c) 3918 3919 (two-way-output-method stream-write-byte b) … … 4838 4839 (defmethod interactive-stream-p ((stream buffered-stream-mixin)) 4839 4840 (let* ((ioblock (stream-ioblock stream nil))) 4841 (and ioblock (ioblock-interactive ioblock)))) 4842 4843 (defmethod interactive-stream-p ((stream basic-stream)) 4844 (let* ((ioblock (basic-stream.state stream))) 4840 4845 (and ioblock (ioblock-interactive ioblock)))) 4841 4846
Note:
See TracChangeset
for help on using the changeset viewer.
