cl-psetq
cl-psetq is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-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.