[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: |
Vonfry |
Subject: |
bug#67587: 30.0.50; function defined by cl-defmethod returns nil instead of fixed str |
Date: |
Sun, 10 Dec 2023 10:50:24 +0800 |
User-agent: |
mu4e 1.10.8; emacs 30.0.50 |
The newest master has fixed the issue. Thanks!
Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@gnu.org> writes:
>>> 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