* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.
This commit is contained in:
parent
91b90885ac
commit
05195e129f
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue