cl-puthash

cl-puthash is an alias for `puthash' in `cl.el'.

(cl-puthash KEY VALUE TABLE)

This function is obsolete since 24.3;
use `puthash' instead.

Associate KEY with VALUE in hash table TABLE.
If KEY is already present in table, replace its current value with
VALUE. In any case, return VALUE.