From 5869bf55b2326f517394d8911de1837b61a15e58 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 3 Dec 2021 08:56:52 -0500 Subject: [PATCH] * lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type --- lisp/emacs-lisp/cl-macs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 9c9a778f045..0da759a0f17 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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) -- 2.39.2