]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Sep 2020 02:28:23 +0000 (22:28 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Sep 2020 02:28:23 +0000 (22:28 -0400)
lisp/emacs-lisp/cl-macs.el

index c38019d4a736aadc22c472a762f1ae09f92c72d8..19cdbd7aeb5bb2eb48a5696bfad6ea821bf0f1aa 100644 (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)