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

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

bug#50965: Allow nil third argument for mapconcat


From: Stefan Kangas
Subject: bug#50965: Allow nil third argument for mapconcat
Date: Sat, 2 Oct 2021 15:22:44 +0200

Severity: wishlist

Please consider allowing an empty third argument for mapconcat that
means the empty string, i.e.:

    (mapconcat FUNCTION SEQUENCE SEPARATOR)

Becomes:

    (mapconcat FUNCTION SEQUENCE &optional SEPARATOR)





reply via email to

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