Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
855 stars 103 forks source link

describe symbol macro doesn't display the symbol macro #393

Open snunez1 opened 3 years ago

snunez1 commented 3 years ago

Using describe on a symbol where a symbol macro has been defined doesn't display the definition. It shows function and value slots as unbound, but doesn't give any indication it's a symbol-macro nor it's definition.