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

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

bug#49316: Add apply-partially's right version


From: Stefan Kangas
Subject: bug#49316: Add apply-partially's right version
Date: Sat, 23 Oct 2021 23:55:04 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> Cc: contovob@tcd.ie, Eli Zaretskii <eliz@gnu.org>
>> From: daanturo <daanturo@gmail.com>
>> Date: Fri, 2 Jul 2021 09:49:19 +0700
>>
>> I have replaced the examples:
>>
>>
>>            (defalias '**2 (apply-rpartially #'expt 2)
>>              "Return argument ** 2.")
>>            (defalias '2** (apply-partially #'expt 2)
>>              "Return 2 ** argument.")
>>            (**2 3)
>>                 => 9
>>            (2** 3)
>>                 => 8
>
> Thanks, the patch LGTM.

It seems like neither this nor any of the other patches in this bug
report were applied.

Do we have a copyright assignment for daanturo <daanturo@gmail.com> on
file?

reply via email to

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