emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5869bf5: * lisp/emacs-lisp/cl-macs.el (natnum): Define it as a ty


From: Stefan Monnier
Subject: master 5869bf5: * lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
Date: Fri, 3 Dec 2021 08:56:58 -0500 (EST)

branch: master
commit 5869bf55b2326f517394d8911de1837b61a15e58
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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 9c9a778..0da759a 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]