Function: eieio-object-value-to-abstract
eieio-object-value-to-abstract is a byte-compiled function defined in
eieio-custom.el.gz.
Signature
(eieio-object-value-to-abstract WIDGET VALUE)
Documentation
For WIDGET, convert VALUE to an abstract /safe/ representation.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-custom.el.gz
(defun eieio-object-value-to-abstract (_widget value)
"For WIDGET, convert VALUE to an abstract /safe/ representation."
(if (eieio-object-p value) value))