lilypond-devel
[Top][All Lists]
Advanced

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

Re: unnecessary line in `define-context-properties.scm`?


From: David Kastrup
Subject: Re: unnecessary line in `define-context-properties.scm`?
Date: Mon, 02 Oct 2023 13:32:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Werner LEMBERG <wl@gnu.org> writes:

> I wonder whether line 35 in file `define-context-properties.scm` is
> necessary.  AFAICS, the `map` call in functions
> `all-user-translation-properties` and
> `all-internal-translation-properties`, together with the following
>
> ```
> (define-public all-translation-properties
>   (append all-user-translation-properties
>           all-internal-translation-properties))
> ```
>
> completely construct `all-translation-properties`.  Why the additional
> `set!`?

Looks like an oversight in commit 7b22eeeee2505be517e58c3f922ddc53f1b7b0bd

-- 
David Kastrup



reply via email to

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