aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-12-18 18:17:41 +0000
committerDave Love2000-12-18 18:17:41 +0000
commitefd4c4fa63c16a2b6ca2e24dfb9f1e4b4aef9c1f (patch)
tree1877b71c38ac9b3fa8e4800cec916c16434350a1
parentff501f2b2c1eb914338b47b676c87e2c3347c3a2 (diff)
downloademacs-efd4c4fa63c16a2b6ca2e24dfb9f1e4b4aef9c1f.tar.gz
emacs-efd4c4fa63c16a2b6ca2e24dfb9f1e4b4aef9c1f.zip
Delete duplicate ,b((B entry.
Change ,b=(B, ,b<(B, ,b6(B.
-rw-r--r--leim/quail/latin-pre.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el
index 67f0246cee3..222dbb85142 100644
--- a/leim/quail/latin-pre.el
+++ b/leim/quail/latin-pre.el
@@ -738,13 +738,14 @@ For example, the character named `aogonek' is obtained by `/a'."
738 caron | ~ | ~z -> ,b8(B 738 caron | ~ | ~z -> ,b8(B
739 cedilla | ~ | ~c -> ,bg(B 739 cedilla | ~ | ~c -> ,bg(B
740 misc | \" ~ / | \"s -> ,b_(B ~d -> ,bp(B ~t -> ,b~(B /a -> ,be(B /e -> ,bf(B /o -> ,bx(B 740 misc | \" ~ / | \"s -> ,b_(B ~d -> ,bp(B ~t -> ,b~(B /a -> ,be(B /e -> ,bf(B /o -> ,bx(B
741 | \" ~ / | /o -> ,b=(B
741 symbol | ~ | ~> -> ,b;(B ~< -> ,b+(B ~! -> ,b!(B ~? -> ,b?(B ~~ -> ,b8(B 742 symbol | ~ | ~> -> ,b;(B ~< -> ,b+(B ~! -> ,b!(B ~? -> ,b?(B ~~ -> ,b8(B
742 | ~ | ~s -> ,b'(B ~e -> ,b$(B ~. -> ,b7(B ~$ -> ,b#(B ~u -> ,b5(B 743 | ~ | ~s -> ,b'(B ~e -> ,b$(B ~. -> ,b7(B ~$ -> ,b#(B ~u -> ,b5(B
743 | ~ | ~- -> ,b-(B ~= -> ,b/(B 744 | ~ | ~- -> ,b-(B ~= -> ,b/(B
744 symbol | _ / | _o -> ,b:(B _a -> ,b*(B // -> ,b0(B /\\ -> ,bW(B _y -> ,b%(B 745 symbol | _ / | _o -> ,b:(B _a -> ,b*(B // -> ,b0(B /\\ -> ,bW(B _y -> ,b%(B
745 | _ / | _: -> ,bw(B /c -> ,b"(B _o -> ,b=(B _O -> ,b<(B /p -> ,b6(B 746 | _ / | _: -> ,bw(B /c -> ,b"(B ~p -> ,b6(B
746 | _ / | /= -> ,b,(B 747 | _ / | /= -> ,b,(B
747 symbol | ^ | ^r -> ,b.(B ^c -> ,b)(B ^1 -> ,b9(B ^2 -> ,b2(B ^3 -> ,b3(B 748 symbol | ^ | ^r -> ,b.(B ^c -> ,b)(B ^1 -> ,b9(B ^2 -> ,b2(B ^3 -> ,b3(B _a -> ,b*(B
748" nil t nil nil nil nil nil nil nil nil t) 749" nil t nil nil nil nil nil nil nil nil t)
749 750
750(quail-define-rules 751(quail-define-rules
@@ -797,7 +798,6 @@ For example, the character named `aogonek' is obtained by `/a'."
797 ("\"s" ?,b_(B) 798 ("\"s" ?,b_(B)
798 ("\"u" ?,b|(B) 799 ("\"u" ?,b|(B)
799 ("\"y" ?,b(B) 800 ("\"y" ?,b(B)
800 ("~s" ?,b((B)
801 ("\" " ?\") 801 ("\" " ?\")
802 ("~A" ?,bC(B) 802 ("~A" ?,bC(B)
803 ("~C" ?,bG(B) 803 ("~C" ?,bG(B)
@@ -835,11 +835,11 @@ For example, the character named `aogonek' is obtained by `/a'."
835 ("_:" ?,bw(B) 835 ("_:" ?,bw(B)
836 ("/c" ?,b"(B) 836 ("/c" ?,b"(B)
837 ("/\\" ?,bW(B) 837 ("/\\" ?,bW(B)
838 ("_o" ?,b=(B) 838 ("/o" ?,b=(B) ; clash with ,bx(B, but ,bf(B uses /
839 ("_O" ?,b<(B) 839 ("/O" ?,b<(B)
840 ("\"Y" ?,b>(B) 840 ("\"Y" ?,b>(B)
841 ("~s" ?,b'(B) 841 ("~s" ?,b'(B)
842 ("/p" ?,b6(B) 842 ("~p" ?,b6(B)
843 ;; Is this the best option for Euro entry? 843 ;; Is this the best option for Euro entry?
844 ("~e" ?,b$(B) 844 ("~e" ?,b$(B)
845 ("~." ?,b7(B) 845 ("~." ?,b7(B)