Function: cl-not-hash-table
cl-not-hash-table is a byte-compiled function defined in cl.el.gz.
This function is obsolete since 24.3.
Signature
(cl-not-hash-table X &optional Y &rest Z)
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/cl.el.gz
;;; Hash tables.
;; This is just kept for compatibility with code byte-compiled by Emacs-20.
;; No idea if this might still be needed.
(defun cl-not-hash-table (x &optional y &rest _z)
(declare (obsolete nil "24.3"))
(signal 'wrong-type-argument (list 'cl-hash-table-p (or y x))))