]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
authorAndrea Corallo <akrl@sdf.org>
Thu, 18 Aug 2022 21:35:33 +0000 (23:35 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 18 Aug 2022 21:36:19 +0000 (23:36 +0200)
lisp/emacs-lisp/comp-cstr.el

index 6451e34c42f90d746273feffe503f086b851a9e9..948a2c4f702051c835264288a6d852d7d76afcb4 100644 (file)
   ;; TODO can we just add t in `cl--typeof-types'?
   "Like `cl--typeof-types' but with t as common supertype.")
 
-(defconst comp--all-builtin-types
-  (append cl--all-builtin-types '(t))
-  "Likewise like `cl--all-builtin-types' but with t as common supertype.")
-
 (cl-defstruct (comp-cstr (:constructor comp-type-to-cstr
                                        (type &aux
                                             (null (eq type 'null))