aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-02-28 20:38:30 +0100
committerAndrea Corallo2024-02-28 20:44:32 +0100
commit05195e129fc933db32c9e08a155a94bfa4d75b54 (patch)
treec5074ec2792dbe875d55e683ad61a22ca27bdcff
parent91b90885aca17b5140b56fa3b5c4960baf8672a1 (diff)
downloademacs-05195e129fc933db32c9e08a155a94bfa4d75b54.tar.gz
emacs-05195e129fc933db32c9e08a155a94bfa4d75b54.zip
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.
-rw-r--r--lisp/emacs-lisp/cl-macs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index ddc9775bcce..be477b7a6df 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -3496,6 +3496,7 @@ Of course, we really can't know that for sure, so it's just a heuristic."
3496 (subr . subrp) 3496 (subr . subrp)
3497 (string . stringp) 3497 (string . stringp)
3498 (symbol . symbolp) 3498 (symbol . symbolp)
3499 (symbol-with-pos . symbol-with-pos-p)
3499 (vector . vectorp) 3500 (vector . vectorp)
3500 (window . windowp) 3501 (window . windowp)
3501 ;; FIXME: Do we really want to consider these types? 3502 ;; FIXME: Do we really want to consider these types?