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