[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 05195e129fc 2/2: * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfi
From: |
Andrea Corallo |
Subject: |
master 05195e129fc 2/2: * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'. |
Date: |
Wed, 28 Feb 2024 14:46:31 -0500 (EST) |
branch: master
commit 05195e129fc933db32c9e08a155a94bfa4d75b54
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.
---
lisp/emacs-lisp/cl-macs.el | 1 +
1 file changed, 1 insertion(+)
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?