From 52afb2b1041e2ebbefbe77e8689b141cfc3df5a0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 29 Sep 2020 22:28:23 -0400 Subject: [PATCH] * lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test --- lisp/emacs-lisp/cl-macs.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5