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

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

Re: Eager macro-expansion failure


From: Stefan Monnier
Subject: Re: Eager macro-expansion failure
Date: Fri, 04 Nov 2022 11:51:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Evan Aad [2022-11-04 10:24:34] wrote:
> When I start Emacs from the terminal the following message appears:
> Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
> Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
> Error loading autoloads: (wrong-number-of-arguments (3 . 4) 2)

The above suggests something in one of your ELPA-installed packages is
using a macro passing it 2 arguments whereas the macro requires at least
3 args.


        Stefan




reply via email to

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