Function: forge--topics-filter-state-command--anon-cmacro

forge--topics-filter-state-command--anon-cmacro is a function defined in forge-topics.el.

Signature

(forge--topics-filter-state-command--anon-cmacro WHOLE &rest SLOTS)

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
;; Closure converted to defun by helpful.
(defun forge--topics-filter-state-command--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))))