Rename LISPM-MFUNCTION-CALL-AUX to MFUNCTION-CALL-AUX
commite017ceb78d5245a84fe1519134787ecc6adf08c0
authorKris Katterjohn <katterjohn@gmail.com>
Thu, 18 Jul 2024 15:07:39 +0000 (18 11:07 -0400)
committerKris Katterjohn <katterjohn@gmail.com>
Thu, 18 Jul 2024 15:07:39 +0000 (18 11:07 -0400)
tree7739ff43f8fea3ffff7af47ac2b6bec7a5441b11
parent5b095324f81d4ec88f7e2f2cc1a5e3b5713e7ad5
Rename LISPM-MFUNCTION-CALL-AUX to MFUNCTION-CALL-AUX

The LISPM- part of the name was introduced when writing this function
while there was still a copy of the original Maclisp MFUNCTION-CALL-AUX
around that was incompatible.  Later this Maclisp one was removed and
only the LISPM- one remained.

The current name adds no value for us, so let's rename it back to the
shorter original name.  An upcoming commit will also be changing this
function's signature anyway.

No problems with the test suite, share test suite or rtest_translator.
src/fcall.lisp
src/transq.lisp