* lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type

This commit is contained in:
Stefan Monnier 2021-12-03 08:56:52 -05:00
parent d3eb3918d4
commit 5869bf55b2

View file

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