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

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

bug#49407: Request: Specify default values in `map-let` in Map.el


From: Earl Hyatt
Subject: bug#49407: Request: Specify default values in `map-let` in Map.el
Date: Thu, 27 Jul 2023 01:37:30 +0000

Michael Heerdegen wrote:
> Only one detail:
> 
> | @@ -71,12 +79,14 @@ map-let
> |  KEYS can be a list of symbols, in which case each element will be
> |  bound to the looked up value in MAP.
> |
> | -KEYS can also be a list of (KEY VARNAME) pairs, in which case
> | -KEY is an unquoted form.
> | +KEYS can also be a list of (KEY VARNAME) pairs and
> | +\(KEY VARNAME DEFAULT) triples, in which case KEY is an
> | +unquoted form.
> 
> Here you could also say that DEFAULT is an unquoted form.

I have made that change. Please see the attached file.

Attachment: v3-0001-Allow-default-values-in-map-let-and-the-pcase-map.patch
Description: Text Data


reply via email to

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