[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SSTATUS TTY
- To: GSB at MIT-ML
- Subject: SSTATUS TTY
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Thu, 1 Jun 78 03:33:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 31 MAY 1978 2333-EDT
From: GSB@MIT-ML
Date: Mon, 30 May 78 23:33:44 GMT
Original-Date: 05/30/78 19:33:44 EDT
Subject: Re: SSTATUS TTY
To: HIC at MIT-ML
Presumably, (SSTATUS TTY NIL NIL <fixnum>) is equivalent to
(SSTATUS TTY (CAR (STATUS TTY)) (CADR (STATUS TTY)) <fixnum>);
however, it does (SSTATUS TTY <fixnum> <fixnum> <fixnum>)...
-------
Yup, the case of three arguments was losing when either one or both of the
first or second arg was NIL. this has been fixed for the next release of LISP.