Function: ht-from-plist
ht-from-plist is a for ht<-plist, defined in ht.el.
Signature
(ht-from-plist PLIST &optional TEST)
Documentation
Create a hash table with initial values according to PLIST.
TEST indicates the function used to compare the hash
keys. Default is equal. It can be eq, eql, equal or a
user-supplied test created via define-hash-table-test.