Save some space in WITH-OUTPUT-TO-STRING.
authorStas Boukarev <stassats@gmail.com>
Fri, 6 Sep 2013 14:23:40 +0000 (18:23 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 6 Sep 2013 14:23:40 +0000 (18:23 +0400)
commit6364a5895c0f4322c85bae4d9d82fa3833af651b
treeabcde7bfc8bd986479ddb461e8fb2df4ed1f4e98
parentcd1c0c889786b8d43bfc22f0892a17f23c73ab3b
Save some space in WITH-OUTPUT-TO-STRING.

Not passing :element-type 'character to MAKE-STRING-OUTPUT-STREAM
saves a few bytes, since it's the default value.
src/code/macros.lisp