]> git.eshelyaron.com Git - emacs.git/commit
Followup changes to `cl-type-of`
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 14 Mar 2024 16:49:08 +0000 (12:49 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:46:13 +0000 (16:46 +0100)
commit2f99dce34fadb56f026484dfd539857a905556dc
tree7e84b3a282527309985292750810f0355daab050
parentee68ba0753fb8bcadbd6e4fb003b185e41ac6efa
Followup changes to `cl-type-of`

These changes came up while working on `cl-type-of` but are not
directly related to the new `cl-type-of`.
The BASE_PURESIZE bump was needed at some point on one of my
machine, not sure why.

* src/puresize.h (BASE_PURESIZE): Bump up.
* src/sqlite.c (bind_value): Don't use `Ftype_of`.
* lisp/emacs-lisp/seq.el (seq-remove-at-position): Simplify.
* lisp/emacs-lisp/cl-preloaded.el (finalizer):
New (previously missing) type.
* doc/lispref/objects.texi (Type Predicates): Minor tweaks.

(cherry picked from commit 63e67916b01569da5bb24f6d9a354dc72897c468)
doc/lispref/objects.texi
lisp/emacs-lisp/cl-preloaded.el
lisp/emacs-lisp/seq.el
src/lisp.h
src/puresize.h
src/sqlite.c