Function: eieio-named

eieio-named is a byte-compiled function defined in eieio-base.el.gz.

Signature

(eieio-named &rest _)

Documentation

You cannot create a new object of type eieio-named(var)/eieio-named(fun).

Probably introduced at or before Emacs version 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-base.el.gz
;;; Named object

(defclass eieio-named ()
  ((object-name :initarg :object-name :initform nil))
  "Object with a name."
  :abstract t)