diff options
author | Po Lu <luangruo@yahoo.com> | 2021-12-04 08:40:23 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2021-12-04 08:40:23 +0800 |
commit | 39c466b19587e024964189458c44d079d1fc0588 (patch) | |
tree | 3456a708bf774e7a16b0ee35fd5569d5818f6bfe /lisp/emacs-lisp/cl-macs.el | |
parent | f638541785f0641f3010fa9c4393a4c32710d47e (diff) | |
parent | 352c737dcef4171f71980b432cc86df6511d8643 (diff) | |
download | emacs-39c466b19587e024964189458c44d079d1fc0588.tar.gz emacs-39c466b19587e024964189458c44d079d1fc0588.tar.bz2 emacs-39c466b19587e024964189458c44d079d1fc0588.zip |
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 9c9a778f045..f78fdcf0085 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) + (natnum . natnump) (number . numberp) (null . null) (real . numberp) |