* lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add symbol-with-pos
This commit is contained in:
parent
834383f1e1
commit
73088b30cf
2 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
(defconst cl--typeof-types
|
||||
;; Hand made from the source code of `type-of'.
|
||||
'((integer number number-or-marker atom)
|
||||
(symbol atom) (string array sequence atom)
|
||||
(symbol-with-pos symbol atom) (symbol atom) (string array sequence atom)
|
||||
(cons list sequence)
|
||||
;; Markers aren't `numberp', yet they are accepted wherever integers are
|
||||
;; accepted, pretty much.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue