You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define-modify-macro requires a symbol as the function argument, but in src/lib/macros.lisp it defines reversed-deletef with a lambda. That would give an error on any proper common-lisp implementation.
Define-modify-macro requires a symbol as the function argument, but in src/lib/macros.lisp it defines reversed-deletef with a lambda. That would give an error on any proper common-lisp implementation.
http://www.lispworks.com/documentation/HyperSpec/Body/m_defi_2.htm
The text was updated successfully, but these errors were encountered: