diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-15 20:04:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-15 20:04:22 +0000 |
commit | 1f68db67e0551a2f52c36e3f09b15647f7dab6b7 (patch) | |
tree | 597bc7d854fc3a32e837f2cad8e7e5fb221ef5e9 /leim/quail/latin-alt.el | |
parent | a6a99976606bf1cd34ab501b989dcdcef203e03f (diff) | |
download | emacs-1f68db67e0551a2f52c36e3f09b15647f7dab6b7.tar.gz |
(latin-2-postfix): Use : for double-acute again.
Diffstat (limited to 'leim/quail/latin-alt.el')
-rw-r--r-- | leim/quail/latin-alt.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el index 19227d6143a..de7ffc41ac7 100644 --- a/leim/quail/latin-alt.el +++ b/leim/quail/latin-alt.el @@ -197,7 +197,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' breve | ~ | a~ -> ,Bc(B cedilla | ` | c` -> ,Bg(B caron | ~ | c~ -> ,Bh(B - dbl. acute | \" | o\" -> ,Bu(B + dbl. acute | : | o\" -> ,Bu(B ring | ` | u` -> ,By(B dot | ` | z` -> ,B?(B stroke | / | d/ -> ,Bp(B @@ -233,7 +233,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' ("N'" ?,BQ(B) ("N~" ?,BR(B) ("O'" ?,BS(B) - ("O\"" ?,BU(B) + ("O:" ?,BU(B) ("O\"" ?,BV(B) ("O^" ?,BT(B) ("R'" ?,B@(B) @@ -244,7 +244,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' ("T`" ?,B^(B) ("T~" ?,B+(B) ("U'" ?,BZ(B) - ("U\"" ?,B[(B) + ("U:" ?,B[(B) ("U\"" ?,B\(B) ("U`" ?,BY(B) ("Y'" ?,B](B) @@ -273,7 +273,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' ("n'" ?,Bq(B) ("n~" ?,Br(B) ("o'" ?,Bs(B) - ("o\"" ?,Bu(B) + ("o:" ?,Bu(B) ("o\"" ?,Bv(B) ("o^" ?,Bt(B) ("r'" ?,B`(B) @@ -285,7 +285,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' ("t`" ?,B~(B) ("t~" ?,B;(B) ("u'" ?,Bz(B) - ("u\"" ?,B{(B) + ("u:" ?,B{(B) ("u\"" ?,B|(B) ("u`" ?,By(B) ("y'" ?,B}(B) |