emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bbf0b7d0407: * Fix missing entry in 'cl--typeof-types'


From: Andrea Corallo
Subject: master bbf0b7d0407: * Fix missing entry in 'cl--typeof-types'
Date: Tue, 20 Feb 2024 13:54:08 -0500 (EST)

branch: master
commit bbf0b7d0407883ea0a59c09b501c6e550bb8e10c
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Fix missing entry in 'cl--typeof-types'
    
    * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add
    'native-comp-unit'.
---
 lisp/emacs-lisp/cl-preloaded.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el
index 20e68555578..d533eea9e73 100644
--- a/lisp/emacs-lisp/cl-preloaded.el
+++ b/lisp/emacs-lisp/cl-preloaded.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]