* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.

This commit is contained in:
Andrea Corallo 2024-02-28 20:38:02 +01:00
parent bca3c9b466
commit 91b90885ac

View 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))