Function: seq-setq

seq-setq is a macro defined in transient.el.

Signature

(seq-setq ARGS SEQUENCE)

Documentation

Assign the elements of SEQUENCE to the variables in ARGS.

ARGS can also include the &rest marker followed by a variable name to be bound to the rest of SEQUENCE.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
(macro .
       #[514 "\300\301!E\207"
	     [pcase-setq seq--make-pcase-patterns]
	     5
	     ("/root/.emacs.d/elpa/seq-2.24/seq-25.elc" . 2251)])