Variable: eieio-defclass-autoload-map
eieio-defclass-autoload-map is a variable defined in eieio-core.el.gz.
Value
#s(hash-table size 65 test eql rehash-size 1.5 rehash-threshold 0.8125 data
())
Documentation
Symbol map of superclasses we find in autoloads.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-core.el.gz
;;;
;; Class Creation
(defvar eieio-defclass-autoload-map (make-hash-table)
"Symbol map of superclasses we find in autoloads.")