src/utilities.lisp (categorize): Don't leak the ITEMS-VAR into the body.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 14:01:14 +0000 (15:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:21 +0000 (16:46 +0100)
commit64a7e6515e1e585b420c1c14acda9be9ff84c3db
treebdcb624fdcb7509648d53413bb23eac01c5a827b
parent38b78e8763833fee8b41ecaf7586558e9b60d254
src/utilities.lisp (categorize): Don't leak the ITEMS-VAR into the body.

The body forms only need the CAT-VARs, so that's all that should be
bound in their environment.
src/utilities.lisp