Function: eieio-version

eieio-version is an interactive and byte-compiled function defined in eieio.el.gz.

Signature

(eieio-version)

Documentation

Display the current version of EIEIO.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio.el.gz
(defun eieio-version ()
  "Display the current version of EIEIO."
  (interactive)
  (message eieio-version))