mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
e624bc6275
commit
63e67916b0
6 changed files with 14 additions and 21 deletions
|
|
@ -569,10 +569,8 @@ enum Lisp_Fwd_Type
|
|||
your object -- this way, the same object could be used to represent
|
||||
several disparate C structures.
|
||||
|
||||
In addition, you need to add switch branches in data.c for Ftype_of.
|
||||
|
||||
You also need to add the new type to the constant
|
||||
`cl--typeof-types' in lisp/emacs-lisp/cl-preloaded.el. */
|
||||
In addition, you need to add switch branches in data.c for Fcl_type_of
|
||||
and `cl--define-builtin-type` in lisp/emacs-lisp/cl-preloaded.el. */
|
||||
|
||||
|
||||
/* A Lisp_Object is a tagged pointer or integer. Ordinarily it is a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue