]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix missing entry in 'cl--typeof-types'
authorAndrea Corallo <acorallo@gnu.org>
Tue, 20 Feb 2024 18:47:29 +0000 (19:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:37:12 +0000 (18:37 +0100)
* lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add
'native-comp-unit'.

(cherry picked from commit bbf0b7d0407883ea0a59c09b501c6e550bb8e10c)

lisp/emacs-lisp/cl-preloaded.el

index 20e685555784ae1324ce9ca663f48c5b11e5267d..d533eea9e73a4935a85decaecc3535dccbc9e875 100644 (file)
@@ -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.