[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC, GSB at MIT-ML
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Fri, 20 Oct 78 13:30:00 GMT
- Original-date: 20 OCT 1978 0930-EDT
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.