bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19552: 25.0.50; void-function class-slot-initarg with new EIEIO chan


From: Stefan Monnier
Subject: bug#19552: 25.0.50; void-function class-slot-initarg with new EIEIO changes
Date: Mon, 12 Jan 2015 10:06:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Looks like this is missing the "slot" argument, I got it to work okay
> with:

> (defun class-slot-initarg (class-name slot)
>   (eieio--class-slot-initarg (eieio--class-v class-name) slot))

OK, thanks.  I'll see with Thierry why class-slot-initarg was needed
(since CLOS does not offer this functionality, AFAICT, it seems odd that
it would be needed for other than internal uses) so as to figure out
whether we should just define the above (and mark it obsolete), or
whether we should rename eieio--class-slot-initarg back to
class-slot-initarg.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]