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

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

Re: "transient-define-suffix" autoload error ?


From: Stefan Monnier
Subject: Re: "transient-define-suffix" autoload error ?
Date: Tue, 18 Jun 2024 01:47:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> Error loading autoloads: (void-function transient-define-suffix)

This error indicates "the" file was miscompiled because it uses
`transient-define-suffix` without making sure that macro is actually
defined (i.e. without `require`ing `transient`).

How to fix it depends on what "the" file is, and why
`transient-define-suffix` is there.


        Stefan




reply via email to

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