Function: embark--orig-target

embark--orig-target is a byte-compiled function defined in embark.el.

Signature

(embark--orig-target TARGET)

Documentation

Convert TARGET to original target.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark--orig-target (target)
  "Convert TARGET to original target."
  (plist-put
   (plist-put
    (copy-sequence target)
    :target (plist-get target :orig-target))
   :type (plist-get target :orig-type)))