Remove statement preventing it from being byte-compiled if loaded.
Remove `(load "cl-macs" nil t)' statement: the functions in
cl-macs are autoloaded by cl.
(defvar eieio-version "1.2"
"Current version of EIEIO.")
-(when (featurep 'eieio)
- (error "Do not load EIEIO twice."))
-
-(eval-when-compile
- (when (featurep 'eieio)
- (error "Do not byte-compile EIEIO if EIEIO is already loaded.")))
-
(require 'cl)
-;;(load "cl-macs" nil t) ; No provide in this file.
-;;; Code:
(defun eieio-version ()
"Display the current version of EIEIO."
(interactive)