Changeset 357


Ignore:
Timestamp:
Jan 20, 2004, 11:37:54 PM (21 years ago)
Author:
Gary Byers
Message:

Bryan O'Connor's fix to STREAM-UNREAD-CHAR method for ECHO-STREAM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-streams.lisp

    r317 r357  
    12641264(defmethod stream-unread-char ((s echo-stream) c)
    12651265  (call-next-method s c)
    1266   (setf (slot-value s 'did-untyi) nil))
     1266  (setf (slot-value s 'did-untyi) c))
    12671267
    12681268(defmethod stream-clear-input ((s echo-stream))
Note: See TracChangeset for help on using the changeset viewer.