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: Thu, 1 Jul 2021 23:24:22 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0


Added documentation in doc/lispref/functions.texi and etc/NEWS.

Thank you.


On 7/1/21 8:11 PM, Basil L. Contovounesios wrote:
tags 49316 + patch
quit

 From c594d6fc396b80019c48e63918f8c5e485f2782f Mon Sep 17 00:00:00 2001
From: Daanturo <daanturo@gmail.com>
Date: Thu, 1 Jul 2021 19:21:08 +0700
Subject: [PATCH] Define apply-rpatially
                                 ^^^^^^^^^
                                 rpartially

Which is analogous to `apply-partially` but arguments are aligned on the right
instead.
Nit: Missing changelog-style entry (see the guidelines in the file
CONTRIBUTE), e.g.:

* lisp/subr.el (apply-rpartially): New function.

  lisp/subr.el | 9 +++++++++
  1 file changed, 9 insertions(+)
This feature would probably also warrant an announcement in etc/NEWS and
a manual entry under (info "(elisp) Calling Functions").

Thanks,

--
Daanturo.

Attachment: 0002-Add-apply-rpartially-documents.patch
Description: Text Data

Attachment: 0001-Define-apply-rpartially.patch
Description: Text Data


reply via email to

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