[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: KMP at MIT-MC
- From: Jon L White <JONL at MIT-MC>
- Date: Thu, 12 Nov 81 21:22:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 12 November 1981 16:22-EST
Date: 11 November 1981 17:03-EST
From: Kent M. Pitman <KMP at MIT-MC>
In a fresh lisp, I went to try your describe fixes. I got
(MAKE-STRING 5 #/A)
;Loading SHARPM 80
. . .
;Loading EXTBAS 38
;TO-CHARACTER-N? UNDEFINED FUNCTION IN UUO CALL
Fixed in current STRING (version 185) -- was missing the autoload
putprop for TO-CHARACTER-N?, which is used when you feed a second arg
to MAKE-STRING.