]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 28 Feb 2024 19:38:30 +0000 (20:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 06:29:58 +0000 (07:29 +0100)
(cherry picked from commit 05195e129fc933db32c9e08a155a94bfa4d75b54)

lisp/emacs-lisp/cl-macs.el

index ddc9775bccecec32c42081baaa53a549355d8def..be477b7a6df6b341e4970462e2537b0dcd924dda 100644 (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?