Changeset 12763
- Timestamp:
- Sep 4, 2009, 4:00:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-streams.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-streams.lisp
r12663 r12763 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.
