[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: Sun, 27 Jan 80 07:06:00 GMT
- Cc: GSB at MIT-MC
- Original-date: 27 JAN 1980 0206-EST
GSB's hunk bug is now fixed.
(cons 'A (hunk 'B 'C 'D))
now prints as
(A . (B . C . D .))
which will be reread correctly.
This patch (fixed yesterday in source and 1920) is now in
effect in Lisp 1914 as well. -kmp