Fix reading `#3(x).
authorStas Boukarev <stassats@gmail.com>
Fri, 4 Jan 2013 12:46:43 +0000 (16:46 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 4 Jan 2013 12:46:43 +0000 (16:46 +0400)
commitb7de1001e4c2602174506d875e1c1460258fbc07
tree72e7499f9b7cf22c72f572e5ec7d965fbc8637a6
parent678a5d0cd5bfccf621e11147507471c3f511595c
Fix reading `#3(x).

Previously it returned #(x), while it should be #(x x x).

Fixes lp#1095918.
NEWS
src/code/sharpm.lisp
tests/reader.pure.lisp