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: daanturo
Subject: bug#49316: Add apply-partially's right version
Date: Sun, 24 Oct 2021 17:49:29 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1

I have signed the copyright assignment.

Can this be backported to Emacs 28?

On 10/24/21 13:55, Stefan Kangas wrote:
> 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?

-- 
Daanturo.






reply via email to

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