]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 28 Feb 2024 19:38:02 +0000 (20:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 06:29:53 +0000 (07:29 +0100)
(cherry picked from commit 91b90885aca17b5140b56fa3b5c4960baf8672a1)

lisp/emacs-lisp/comp.el

index ae964b041d0d1c497d5333a2063a6a0527f740c3..21e2bb01ed053abb1fd340ae7c77a65532bcb369 100644 (file)
@@ -220,6 +220,7 @@ Useful to hook into pass checkers.")
     (sequencep           . sequence)
     (stringp             . string)
     (subrp               . subr)
+    (symbol-with-pos-p   . symbol-with-pos)
     (symbolp             . symbol)
     (vectorp             . vector)
     (windowp             . window))