Function: map--plist-p
map--plist-p is a byte-compiled function defined in map.el.gz.
Signature
(map--plist-p LIST)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/map.el.gz
(defsubst map--plist-p (list)
(and (consp list) (atom (car list))))