Variable: eieio-error-unsupported-class-tags
eieio-error-unsupported-class-tags is a variable defined in
eieio-core.el.gz.
Value
nil
Documentation
Non-nil to throw an error if an encountered tag is unsupported.
This may prevent classes from CLOS applications from being used with EIEIO since EIEIO does not support all CLOS tags.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-core.el.gz
(defvar eieio-error-unsupported-class-tags nil
"Non-nil to throw an error if an encountered tag is unsupported.
This may prevent classes from CLOS applications from being used with EIEIO
since EIEIO does not support all CLOS tags.")