Function: cl--copy-slot-descriptor
cl--copy-slot-descriptor is a byte-compiled function defined in
cl-preloaded.el.gz.
Signature
(cl--copy-slot-descriptor SLOT)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-preloaded.el.gz
(defun cl--copy-slot-descriptor (slot)
(let ((new (cl--copy-slot-descriptor-1 slot)))
(cl-callf copy-alist (cl--slot-descriptor-props new))
new))