[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Tue, 8 Apr 80 22:29:00 GMT
- Cc: KMP at MIT-MC
- Original-date: 8 APR 1980 1729-EST
(SETQ A '(A . B)) (LET (ERRSET) (ERRSET (PRINT (RPLACA A A) TYO) T))
This gives ;BKPT PDL-OVERFLOW - I claim it should just do
;PDL-OVERFLOW and then return to the ERRSET.