* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.

This commit is contained in:
Andrea Corallo 2024-02-28 20:38:30 +01:00
parent 91b90885ac
commit 05195e129f

View file

@ -3496,6 +3496,7 @@ Of course, we really can't know that for sure, so it's just a heuristic."
(subr . subrp)
(string . stringp)
(symbol . symbolp)
(symbol-with-pos . symbol-with-pos-p)
(vector . vectorp)
(window . windowp)
;; FIXME: Do we really want to consider these types?