Remove an unnecessary ERRSET binding in stringout
commitc652c06de751ce29d07b0e931202ebd371a7444b
authorKris Katterjohn <katterjohn@gmail.com>
Mon, 1 Apr 2019 20:15:10 +0000 (1 15:15 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Mon, 1 Apr 2019 20:15:10 +0000 (1 15:15 -0500)
treea9d0d0e794c7904acda7902bd04b314f68059bae
parentc4d2012be7af18d296d1a4b3a60bbb4796a80b6f
Remove an unnecessary ERRSET binding in stringout

The binding does not affect anything because the body of the LET that
binds ERRSET only contains a call to MERROR (and this is not affected
by the value of ERRSET).  The situation is the same in Maxima 5.0.

No functional changes.
src/suprv1.lisp