teepeedee2 icon indicating copy to clipboard operation
teepeedee2 copied to clipboard

Define-modify-macro requires a symbol as the function argument

Open Yehouda opened this issue 5 years ago • 0 comments

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

Yehouda avatar Mar 17 '20 13:03 Yehouda