* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
This commit is contained in:
parent
869bef892b
commit
715f1ebea3
1 changed files with 0 additions and 4 deletions
|
@ -43,10 +43,6 @@
|
|||
;; 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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue