Macro hygene: use a generated (anonymous) symbol in macro expansion
The variable name 'next-hooks' potentially (theoretically) clashes with variable names defined in the body of the expansion. Don't clash by using an anonymous symbol.
Please register or sign in to comment