eudoxia0 / docparser

Extract documentation from Common Lisp systems
41 stars 18 forks source link

Fix macroexpand hook in parse-system #15

Closed scymtym closed 8 years ago

scymtym commented 8 years ago

The hook only called the old macroexpand hook if the form being expanded was a list. This lead to e.g. symbol-macros not being passed to the old macroexpand hook.

eudoxia0 commented 8 years ago

Thanks!