[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: WGD at MIT-MC (William G. Dubuque)
- Date: Sun, 18 Jan 81 07:02:00 GMT
- Original-date: 18 JAN 1981 0202-EST
- Sent-by: BIL at MIT-MC
The function STRING-PNPUT uses CHECK-TYPE and yet the STRING package
does not make sure that CHECK-TYPE is around when doing a STRING-PNPUT. Thus
a file being loaded will get an incorrectly nested fasload if it did not
have ERRCK around when the STRING-PNPUT is done. I put the necessary eval-when
form into the STRING package and this is fixed on