]> git.eshelyaron.com Git - emacs.git/commitdiff
Add another iso-transl entry for Euro character
authorRobert Pluim <rpluim@gmail.com>
Mon, 3 Jun 2024 11:29:54 +0000 (13:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 14:33:18 +0000 (16:33 +0200)
* 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.

(cherry picked from commit 3ad2dd7f3bf5309aa5a12aa5d16b0d0d9f9364c4)

etc/NEWS
lisp/international/iso-transl.el

index 0286defec936411f93c899e34b59ef018ccffb2a..8325b5ef2d608795ae202801e06ef7905c368a74 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -603,6 +603,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.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 30.1
 
index a3f2dfb9f9e3e67ef21ebdf30b8799bd6c8ff46e..33a87b51e43a328d545bb1c83a904906381e51fb 100644 (file)
     ("?"    . [?¿])
     ("*C"   . [?©])
     ("C"    . [?©])
+    ("*E"   . [?€])
+    ("E"    . [?€])
     ("*L"   . [?£])
     ("L"    . [?£])
     ("*P"   . [?¶])
     ("**"   . [?•])
     ("*'"   . [?′])
     ("*\""  . [?″])
-    ("*E"   . [?€])
     ("No"   . [?№])
     ("a<"   . [?←])
     ("a>"   . [?→])