1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test

This commit is contained in:
Stefan Monnier 2020-09-29 22:28:23 -04:00
parent a90bfc5f3b
commit 52afb2b104

View file

@ -3152,6 +3152,7 @@ Of course, we really can't know that for sure, so it's just a heuristic."
(buffer . bufferp)
(character . natnump)
(char-table . char-table-p)
(hash-table . hash-table-p)
(cons . consp)
(fixnum . integerp)
(float . floatp)