[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seq; Error during initial package install
From: |
Stefan Monnier |
Subject: |
Re: seq; Error during initial package install |
Date: |
Sat, 27 Apr 2024 10:40:35 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> The issue is that package.el is re-loading the built-in seq, but all the
> seq.el on ELPA does is try to load the right version of seq (for Emacs
> 24 or 25, as seen above).
I suspect the OP does not intend for `seq` to be fetched and reloaded
from ELPA, so the better fix might be to make sure `package.el` sticks
to the built-in `seq`.
Stefan