From: Andrea Corallo Date: Wed, 28 Feb 2024 19:38:30 +0000 (+0100) Subject: * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a75ad1582ed76b578d973f8ec4f40aee666e5a22;p=emacs.git * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'. (cherry picked from commit 05195e129fc933db32c9e08a155a94bfa4d75b54) --- 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." (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?