mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 21:50:50 +00:00
* Fix missing entry in 'cl--typeof-types'
* lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add 'native-comp-unit'.
This commit is contained in:
parent
d9afa1f30f
commit
bbf0b7d040
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
(tree-sitter-parser atom)
|
||||
(tree-sitter-node atom)
|
||||
(tree-sitter-compiled-query atom)
|
||||
(native-comp-unit atom)
|
||||
;; Plus, really hand made:
|
||||
(null symbol list sequence atom))
|
||||
"Alist of supertypes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue