* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.
This commit is contained in:
parent
bca3c9b466
commit
91b90885ac
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue