aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2001-10-27 00:54:22 +0000
committerFrancesco Potortì2001-10-27 00:54:22 +0000
commit9d458fde49db35dbde84fd49f5532859e678f645 (patch)
tree7aab30b40792463a14c23fdd34e00de5433033e7
parent944e6f601bcd3fd8e1499b3a70b7c8bb420145ee (diff)
downloademacs-9d458fde49db35dbde84fd49f5532859e678f645.tar.gz
emacs-9d458fde49db35dbde84fd49f5532859e678f645.zip
("italian-postfix"): Undo previous change.
-rw-r--r--leim/quail/latin-post.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el
index d2eb0a6ae24..44798389dac 100644
--- a/leim/quail/latin-post.el
+++ b/leim/quail/latin-post.el
@@ -1175,7 +1175,7 @@ a` -> ,A`(B A` -> ,A@(B e' -> ,Ai(B << -> ,A+(B
1175e` -> ,Ah(B E` -> ,AH(B E' -> ,AI(B >> -> ,A;(B 1175e` -> ,Ah(B E` -> ,AH(B E' -> ,AI(B >> -> ,A;(B
1176i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B 1176i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B
1177o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B 1177o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B
1178u` -> ,Ay(B U` -> ,AY(B E= -> ,A$(B 1178u` -> ,Ay(B U` -> ,AY(B
1179 1179
1180Typewriter-style italian characters. 1180Typewriter-style italian characters.
1181 1181
@@ -1187,7 +1187,6 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
1187 ("a`" ?,A`(B) 1187 ("a`" ?,A`(B)
1188 ("E`" ?,AH(B) 1188 ("E`" ?,AH(B)
1189 ("E'" ?,AI(B) 1189 ("E'" ?,AI(B)
1190 ("E=" ?,A$(B)
1191 ("e`" ?,Ah(B) 1190 ("e`" ?,Ah(B)
1192 ("e'" ?,Ai(B) 1191 ("e'" ?,Ai(B)
1193 ("I`" ?,AL(B) 1192 ("I`" ?,AL(B)
@@ -1205,7 +1204,6 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
1205 ("a``" ["a`"]) 1204 ("a``" ["a`"])
1206 ("E``" ["E`"]) 1205 ("E``" ["E`"])
1207 ("E''" ["E'"]) 1206 ("E''" ["E'"])
1208 ("E==" ["E="])
1209 ("e``" ["e`"]) 1207 ("e``" ["e`"])
1210 ("e''" ["e'"]) 1208 ("e''" ["e'"])
1211 ("I``" ["I`"]) 1209 ("I``" ["I`"])