* lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
This commit is contained in:
parent
d3eb3918d4
commit
5869bf55b2
1 changed files with 1 additions and 0 deletions
|
@ -3365,6 +3365,7 @@ Of course, we really can't know that for sure, so it's just a heuristic."
|
|||
(integer . integerp)
|
||||
(keyword . keywordp)
|
||||
(list . listp)
|
||||
(natum . natnump)
|
||||
(number . numberp)
|
||||
(null . null)
|
||||
(real . numberp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue