]> git.eshelyaron.com Git - emacs.git/commitdiff
(latin-2-postfix): Use : for double-acute again.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Sep 1997 20:04:22 +0000 (20:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Sep 1997 20:04:22 +0000 (20:04 +0000)
leim/quail/latin-alt.el

index 19227d6143ae58a3423a7876b31c5d84825ae9cf..de7ffc41ac7fff2701d88b80ef17966fdbc1d395 100644 (file)
@@ -197,7 +197,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
   breve      |    ~    | a~ -> \e,Bc\e(B
   cedilla    |    `    | c` -> \e,Bg\e(B
   caron      |    ~    | c~ -> \e,Bh\e(B
-  dbl. acute |    \"    | o\" -> \e,Bu\e(B
+  dbl. acute |    :    | o\" -> \e,Bu\e(B
   ring       |    `    | u` -> \e,By\e(B
   dot        |    `    | z` -> \e,B?\e(B
   stroke     |    /    | d/ -> \e,Bp\e(B
@@ -233,7 +233,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("N'" ?\e,BQ\e(B)
  ("N~" ?\e,BR\e(B)
  ("O'" ?\e,BS\e(B)
- ("O\"" ?\e,BU\e(B)
+ ("O:" ?\e,BU\e(B)
  ("O\"" ?\e,BV\e(B)
  ("O^" ?\e,BT\e(B)
  ("R'" ?\e,B@\e(B)
@@ -244,7 +244,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("T`" ?\e,B^\e(B)
  ("T~" ?\e,B+\e(B)
  ("U'" ?\e,BZ\e(B)
- ("U\"" ?\e,B[\e(B)
+ ("U:" ?\e,B[\e(B)
  ("U\"" ?\e,B\\e(B)
  ("U`" ?\e,BY\e(B)
  ("Y'" ?\e,B]\e(B)
@@ -273,7 +273,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("n'" ?\e,Bq\e(B)
  ("n~" ?\e,Br\e(B)
  ("o'" ?\e,Bs\e(B)
- ("o\"" ?\e,Bu\e(B)
+ ("o:" ?\e,Bu\e(B)
  ("o\"" ?\e,Bv\e(B)
  ("o^" ?\e,Bt\e(B)
  ("r'" ?\e,B`\e(B)
@@ -285,7 +285,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("t`" ?\e,B~\e(B)
  ("t~" ?\e,B;\e(B)
  ("u'" ?\e,Bz\e(B)
- ("u\"" ?\e,B{\e(B)
+ ("u:" ?\e,B{\e(B)
  ("u\"" ?\e,B|\e(B)
  ("u`" ?\e,By\e(B)
  ("y'" ?\e,B}\e(B)