]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets): Fix bootstrap failure
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 May 2024 17:27:50 +0000 (13:27 -0400)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 08:30:09 +0000 (10:30 +0200)
commit3af05f4803565cbe5163ac07e4060b52ef5e7a07
tree2e7d473412c8221d486961249715a6675e8a6423
parentfee306da6884b967f676a3cce0cb7b56382a986d
* lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets): Fix bootstrap failure

`rm lisp/emacs-lisp/cl-preloaded.elc src/bootstrap-emacs`
followed by `make` ended up loading right after defining
`built-in-class-p` but before actually defining the
built-in-classes so the computation of bitsets failed.

(cherry picked from commit d8af7c99bb0d98ab1b246cc5d8a1c5567c379d74)
lisp/emacs-lisp/pcase.el