Re: undo-tree problem after updates

Eli Zaretskii <[email protected]> Sun, 26 Jul 2026 09:48:50 +0300
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
> Date: Sat, 25 Jul 2026 13:10:44 -0400
> Cc: Andrea Corallo <[email protected]>
> From: Stefan Monnier via "Emacs development discussions." <[email protected]>
> I think this has to do with the fact to `foo.elc` was compiled with an
> Emacs using an other version of the `define-globalized-minor-mode`
> macro than the one used when building `foo.eln`.

This shouldn't be possible, since we explicitly run the exact same
Emacs binary to perform JIT compilation.