From unknown Fri Sep 05 18:57:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25477: 26.0.50; `dolist' macro accepts more than three arguments Resent-From: Philipp Stephani
In *scratch*, evaluate
(dolist (a () 1 2 3))
The result is 3, but a `wrong-number-of-arguments' signal should be
raised.