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:
parent
a90bfc5f3b
commit
52afb2b104
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue