Stop emitting references to inexistant #n= forms in the pretty printer
authorPaul Khuong <pvk@pvk.ca>
Sat, 30 Mar 2013 20:06:32 +0000 (21:06 +0100)
committerPaul Khuong <pvk@pvk.ca>
Sun, 31 Mar 2013 12:16:29 +0000 (14:16 +0200)
commit70f323d9b06b95ed37a447742c1925906985c088
tree97ffc859752555747414acd4e7767138f9dcc0f4
parent66ee499237be5778b44b0d7b2de396562137228e
Stop emitting references to inexistant #n= forms in the pretty printer

 * Special logic was introduced in 2003 to avoid pprinting backquote-comma
   forms as ", foo" when ",foo" is unambiguous; the bug has likely been
   around since then.

 * Reported by Douglas Katzman on launchpad, and reduced by James M. Lawrence
   (lp#1161218)
NEWS
src/code/pp-backq.lisp
tests/pprint.impure.lisp