Function: forge-pullreq-post--anon-cmacro

forge-pullreq-post--anon-cmacro is a function defined in forge-pullreq.el.

Signature

(forge-pullreq-post--anon-cmacro WHOLE &rest SLOTS)

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-pullreq.el
;; Could not find source code, showing raw function object.
#[(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))))
  (t)]