mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
* lisp/emacs-lisp/cl-macs.el (list): Predefine predicate by hand
This commit is contained in:
parent
6c1a11078b
commit
de9e913f9e
1 changed files with 4 additions and 0 deletions
|
|
@ -3470,6 +3470,10 @@ Of course, we really can't know that for sure, so it's just a heuristic."
|
|||
(keyword . keywordp) ;Would need `keyword-with-pos`.
|
||||
(natnum . natnump) ;Subtype of fixnum & bignum.
|
||||
(real . numberp) ;Not clear where it would fit.
|
||||
;; This one is redundant, but we keep it to silence a
|
||||
;; warning during the early bootstrap when `cl-seq.el' gets
|
||||
;; loaded before `cl-preloaded.el' is defined.
|
||||
(list . listp)
|
||||
))
|
||||
(put type 'cl-deftype-satisfies pred))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue