projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90bfc5
)
* lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 30 Sep 2020 02:28:23 +0000
(22:28 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 30 Sep 2020 02:28:23 +0000
(22:28 -0400)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index c38019d4a736aadc22c472a762f1ae09f92c72d8..19cdbd7aeb5bb2eb48a5696bfad6ea821bf0f1aa 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-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)