Add another iso-transl entry for Euro character

* lisp/international/iso-transl.el (iso-transl-char-map): Add 'C-x 8 E'
to align with the other currency characters.

* etc/NEWS: Announce it.
This commit is contained in:
Robert Pluim 2024-06-03 13:29:54 +02:00
parent 0e811aba53
commit 3ad2dd7f3b
2 changed files with 6 additions and 1 deletions

View file

@ -616,6 +616,10 @@ respectively, after activating French language support via
'iso-transl-set-language'. Double guillemets were already supported via
'C-x 8 <' and 'C-x 8 >'
*** Additional 'C-x 8' key translation for Euro "€" currency symbol.
This can now be entered using 'C-x 8 E' in addition to the existing
'C-x 8 * E' translation.
* Changes in Specialized Modes and Packages in Emacs 30.1

View file

@ -164,6 +164,8 @@
("?" . [?¿])
("*C" . [])
("C" . [])
("*E" . [?€])
("E" . [?€])
("*L" . [])
("L" . [])
("*P" . [])
@ -290,7 +292,6 @@
("**" . [?•])
("*'" . [?])
("*\"" . [?″])
("*E" . [?€])
("No" . [?№])
("a<" . [?←])
("a>" . [?→])