diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-09-30 09:09:39 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-09-30 09:09:39 +0200 |
commit | 6eb5a8c49295a132d341c04fad6998b293930eb6 (patch) | |
tree | 71d37047035c0ff17ba709cf68e7287e22c79c10 /lisp/emacs-lisp/cl-macs.el | |
parent | 89f064104c25f8b4362ef54d28fd4bce18f6af3b (diff) | |
parent | 6c0f1c26d296132e37b2508a00efc73f3df95b0c (diff) | |
download | emacs-6eb5a8c49295a132d341c04fad6998b293930eb6.tar.gz emacs-6eb5a8c49295a132d341c04fad6998b293930eb6.tar.bz2 emacs-6eb5a8c49295a132d341c04fad6998b293930eb6.zip |
Merge remote-tracking branch 'savannah/master' into clean-up
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 9c41374fc70..8571cca1061 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -3182,6 +3182,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) |