I just commited a change to bind *PRINT-ESCAPE* to NIL in arglist display. This is the difference between
(with-open-file (var &rest lisp::open-args) &parse-body (forms lisp::decls)) and the nicer (with-open-file (var &rest open-args) &parse-body (forms decls))
Did I miss something, or is this something that should go in the release?
I had forgotten how lame releasing things is :-)