emacs-diffs
[Top][All Lists]
Advanced

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

master 715f1ebea3: * lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-typ


From: Andrea Corallo
Subject: master 715f1ebea3: * lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
Date: Thu, 18 Aug 2022 17:36:53 -0400 (EDT)

branch: master
commit 715f1ebea303459747765f2c5e08e9c41c97e65b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
---
 lisp/emacs-lisp/comp-cstr.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lisp/emacs-lisp/comp-cstr.el b/lisp/emacs-lisp/comp-cstr.el
index 6451e34c42..948a2c4f70 100644
--- 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))



reply via email to

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