emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 52afb2b: * lisp/emacs-lisp/cl-macs.el (hash-table): Define the ty


From: Stefan Monnier
Subject: master 52afb2b: * lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test
Date: Tue, 29 Sep 2020 22:28:30 -0400 (EDT)

branch: master
commit 52afb2b1041e2ebbefbe77e8689b141cfc3df5a0
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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 c38019d..19cdbd7 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]