[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EIEIO with lexical scoping
From: |
Stefan Monnier |
Subject: |
Re: EIEIO with lexical scoping |
Date: |
Mon, 03 Jun 2013 15:35:18 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> which is a bit annoying. It didn't use to do this. A total guess, maybe
> the removal of `eval-and-compile' from defclass?
Could be. As for the right fix, it's already suggested in the code:
(defun eieio-defclass (cname superclasses slots options-and-doc)
;; FIXME: Most of this should be moved to the `defclass' macro.
Stefan