[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#47552: 27.1; cl-defstruct field names matching read-only variables -
From: |
Michael Heerdegen |
Subject: |
bug#47552: 27.1; cl-defstruct field names matching read-only variables -> bad code |
Date: |
Sat, 24 Jun 2023 02:19:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:
> I believe this fixes the bug.
Thanks. Didn't read the fix yet, but
|
load-with-code-conversion("/home/micha/software/emacs/lisp/emacs-lisp/cl-preloaded.el"
"/home/micha/software/emacs/lisp/emacs-lisp/cl-preloaded.el" nil nil)
| load("emacs-lisp/cl-preloaded")
| load("loadup.el")
| Eager macro-expansion failure: (void-function seq-some)
| make[2]: *** [Makefile:916: bootstrap-emacs.pdmp] Error 255
| make[2]: Leaving directory '/home/micha/software/emacs/src'
| make[1]: *** [Makefile:544: src] Error 2
| make[1]: Leaving directory '/home/micha/software/emacs'
| make[1]: Entering directory '/home/micha/software/emacs'
is printed when building from scratch.
TIA,
Michael.