Philipp Stephani <p.stephani2@gmail.com> schrieb am Mi., 18. Jan. 2017 um 22:37 Uhr: In *scratch*, evaluate (dolist (a () 1 2 3)) The result is 3, but a `wrong-number-of-arguments' signal should be raised.I've attached a patch.
In *scratch*, evaluate (dolist (a () 1 2 3)) The result is 3, but a `wrong-number-of-arguments' signal should be raised.