bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18966: 25.0.50; unhelpful error message from byte compiler


From: Andreas Schwab
Subject: bug#18966: 25.0.50; unhelpful error message from byte compiler
Date: Thu, 20 Aug 2020 20:19:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

On Aug 20 2020, Lars Ingebrigtsen wrote:

> Like in bug#35186, I'm not able to actually chase down where this error
> message comes from.

It's just a generic macro expansion error:

ELISP> (macroexpand '(push zzz))
*** Eval error ***  Wrong number of arguments: (2 . 2), 1
ELISP> (push zzz)
*** Eval error ***  Wrong number of arguments: (2 . 2), 1

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]