projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869bef8
)
* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
author
Andrea Corallo
<akrl@sdf.org>
Thu, 18 Aug 2022 21:35:33 +0000
(23:35 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 18 Aug 2022 21:36:19 +0000
(23:36 +0200)
lisp/emacs-lisp/comp-cstr.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp-cstr.el
b/lisp/emacs-lisp/comp-cstr.el
index 6451e34c42f90d746273feffe503f086b851a9e9..948a2c4f702051c835264288a6d852d7d76afcb4 100644
(file)
--- a/
lisp/emacs-lisp/comp-cstr.el
+++ b/
lisp/emacs-lisp/comp-cstr.el
@@
-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))