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:
parent
0e811aba53
commit
3ad2dd7f3b
2 changed files with 6 additions and 1 deletions
4
etc/NEWS
4
etc/NEWS
|
@ -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
|
||||
|
||||
|
|
|
@ -164,6 +164,8 @@
|
|||
("?" . [?¿])
|
||||
("*C" . [?©])
|
||||
("C" . [?©])
|
||||
("*E" . [?€])
|
||||
("E" . [?€])
|
||||
("*L" . [?£])
|
||||
("L" . [?£])
|
||||
("*P" . [?¶])
|
||||
|
@ -290,7 +292,6 @@
|
|||
("**" . [?•])
|
||||
("*'" . [?′])
|
||||
("*\"" . [?″])
|
||||
("*E" . [?€])
|
||||
("No" . [?№])
|
||||
("a<" . [?←])
|
||||
("a>" . [?→])
|
||||
|
|
Loading…
Add table
Reference in a new issue