Add the Euro symbol to the italian-postfix and italian-alt-postfix input
[bpt/emacs.git] / leim / quail / latin-post.el
index 4479838..d2eb0a6 100644 (file)
@@ -1175,7 +1175,7 @@ a` -> \e,A`\e(B    A` -> \e,A@\e(B    e' -> \e,Ai\e(B    << -> \e,A+\e(B
 e` -> \e,Ah\e(B    E` -> \e,AH\e(B    E' -> \e,AI\e(B    >> -> \e,A;\e(B
 i` -> \e,Al\e(B    I` -> \e,AL\e(B               o_ -> \e,A:\e(B
 o` -> \e,Ar\e(B    O` -> \e,AR\e(B               a_ -> \e,A*\e(B
-u` -> \e,Ay\e(B    U` -> \e,AY\e(B
+u` -> \e,Ay\e(B    U` -> \e,AY\e(B               E= -> \e,A$\e(B
 
 Typewriter-style italian characters.
 
@@ -1187,6 +1187,7 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
  ("a`" ?\e,A`\e(B)
  ("E`" ?\e,AH\e(B)
  ("E'" ?\e,AI\e(B)
+ ("E=" ?\e,A$\e(B)
  ("e`" ?\e,Ah\e(B)
  ("e'" ?\e,Ai\e(B)
  ("I`" ?\e,AL\e(B)
@@ -1204,6 +1205,7 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
  ("a``" ["a`"])
  ("E``" ["E`"])
  ("E''" ["E'"])
+ ("E==" ["E="])
  ("e``" ["e`"])
  ("e''" ["e'"])
  ("I``" ["I`"])