Function: magit--git-variable:choices--anon-cmacro
magit--git-variable:choices--anon-cmacro is a function defined in
magit-transient.el.
Signature
(magit--git-variable:choices--anon-cmacro WHOLE &rest SLOTS)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-transient.el
;; Closure converted to defun by helpful.
(defun magit--git-variable:choices--anon-cmacro
(whole &rest slots)
(ignore slots)
(if
(not
(stringp
(car slots)))
whole
(macroexp-warn-and-return
(format "Obsolete name arg %S to constructor %S"
(car slots)
(car whole))
`(,(car whole)
(identity ,(car slots))
,@(cdr slots))
nil nil
(car slots))))