Variable: eieio-print-object-name

eieio-print-object-name is a variable defined in eieio.el.gz.

Value

t

Documentation

When non-nil write the object name in object-write.

Does not affect objects subclassing eieio-named(var)/eieio-named(fun). Note that Emacs<26 requires that object names be present.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio.el.gz
(defvar eieio-print-object-name t
  "When non-nil write the object name in `object-write'.
Does not affect objects subclassing `eieio-named'.  Note that
Emacs<26 requires that object names be present.")