psetq

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

(psetq SYM VAL SYM VAL ...)

Set SYMs to the values VALs in parallel.
This is like `setq', except that all VAL forms are evaluated (in order)
before assigning any symbols SYM to the corresponding values.