emacs-devel
[Top][All Lists]
Advanced

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

Re: User-defined record types, v2


From: Stefan Monnier
Subject: Re: User-defined record types, v2
Date: Wed, 22 Mar 2017 17:15:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> Now, this will fail:
>
>     (progn (get-foo (foo)) (get-foo 'foo))
>
> However, if you restart Emacs and define the class again, this will
> work:
>
>     (progn (get-foo 'foo) (get-foo (foo)))

Hmm... I can't reproduce this right now.  Have you fixed it in the mean time?


        Stefan



reply via email to

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