From: Stefan Monnier Date: Wed, 30 Sep 2020 02:28:23 +0000 (-0400) Subject: * lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test X-Git-Tag: emacs-28.0.90~5822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52afb2b1041e2ebbefbe77e8689b141cfc3df5a0;p=emacs.git * lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index c38019d4a73..19cdbd7aeb5 100644 --- 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)