[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67587: 30.0.50; function defined by cl-defmethod returns nil instead
From: |
Stefan Monnier |
Subject: |
bug#67587: 30.0.50; function defined by cl-defmethod returns nil instead of fixed str |
Date: |
Sat, 09 Dec 2023 14:05:04 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>> Date: Sat, 02 Dec 2023 19:37:15 +0800
>> From: Vonfry via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>>
>> (cl-defmethod foo ((_e (eql foo))) "docstr" "result str")
>> (foo 'foo)
>>
>> In Emacs 29, it returns "result str", but nil in Emacs 30.
>
> Adding Stefan, in case he has some comments or suggestions.
I suspect this is bug#67568, we which already fixed.
Stefan