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

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

bug#70139: [PATCH] Improve key-translate to support removing translation


From: Stefan Monnier
Subject: bug#70139: [PATCH] Improve key-translate to support removing translations
Date: Tue, 09 Apr 2024 08:57:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> -            (lambda (form) (keymap--compile-check from to) form)))
> +            (lambda (form) (keymap--compile-check from (if to to nil)) 
> form)))
                                                          ^^^^^^^^^^^^^^

??

Just like (and to to), this is just a complicated way to say `to`.
What is the underlying idea?


        Stefan






reply via email to

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