[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



From:     GSB@MIT-ML
Date: Thu, 20 Oct 78 02:15:44 GMT
Original-Date: 10/19/78 22:15:44 EDT
Subject:
    Doing (sstatus ttycons file nil)
    when file is already not ttyconsed clobbers the file badly.
    eg, 
    (setq f (open 'tty: '(out ascii tty single)))
    => #file-out-|tty:* *|-70776
    (sstatus ttycons f nil)
    => T
    f
    => #NIL-0-70776
------
Patched.