Remove the ARG-LIST property when removing transl properties
commitb369cda0401e7c952ab21b31788b67d76a6134ae
authorKris Katterjohn <katterjohn@gmail.com>
Sat, 3 Oct 2020 19:17:56 +0000 (3 15:17 -0400)
committerKris Katterjohn <katterjohn@gmail.com>
Sat, 3 Oct 2020 19:17:56 +0000 (3 15:17 -0400)
treef59f23a185c735eb86bcfd31ea749707f9a18608
parent835adc1aa3843fe63ec410a5fb2addd6e675927b
Remove the ARG-LIST property when removing transl properties

The ARG-LIST property is added to a symbol's plist when defining
a function via DEFMFUN.  Some translated functions get defined with
DEFMFUN, so this should be removed when removing other translator
properties (like when killing the function).

No problems with the test suite or share test suite.
tests/rtest_translator.mac runs as expected.
src/mlisp.lisp