Function: transient-information*--anon-cmacro
transient-information*--anon-cmacro is a function defined in
transient.el.
Signature
(transient-information*--anon-cmacro WHOLE &rest SLOTS)
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Closure converted to defun by helpful.
(defun transient-information*--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))))