1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

("latin-3-prefix"): Remove bogus Latin-3

characters and ~o -> ,Cu(B, ~O -> ,CU(B.
This commit is contained in:
Kenichi Handa 2002-07-09 00:29:36 +00:00
parent b252f80121
commit f6ac1e127d

View File

@ -589,7 +589,7 @@ Key translation rules are:
circumflex | ^ | ^a -> ,Cb(B
diaeresis | \" | \"a -> ,Cd(B \"\" -> ,C((B
cedilla | ~ | ~c -> ,Cg(B ~s -> ,C:(B ~~ -> ,C8(B
dot above | ~ / . | ~o -> ,Cu(B /o -> ,Cu(B .o -> ,Cu(B
dot above | . | /g -> ,Cu(B .g -> ,Cu(B
misc | \" ~ / | \"s -> ,C_(B ~g -> ,C;(B ~u -> ,C}(B /h -> ,C1(B /i -> ,C9(B
symbol | ~ | ~` -> ,C"(B /# -> ,C#(B /$ -> ,C$(B // -> ,C0(B
" nil t nil nil nil nil nil nil nil nil t)
@ -654,17 +654,10 @@ Key translation rules are:
("\"s" ?,C_(B)
("\"\"" ?,C((B)
("\" " ?\")
("~A" ?,CC(B)
("~C" ?,CG(B)
("~D" ?,CP(B)
("~N" ?,CQ(B)
("~O" ?,CU(B)
("~a" ?,Cc(B)
("~c" ?,Cg(B)
("~d" ?,Cp(B)
("~n" ?,Cq(B)
("~o" ?,Cu(B)
("~$" ?,C%(B)
("~S" ?,C*(B)
("~s" ?,C:(B)
("~G" ?,C+(B)
@ -684,7 +677,6 @@ Key translation rules are:
("/h" ?,C1(B)
("/i" ?,C9(B)
("/z" ?,C?(B)
("/r" ?,C.(B)
("/." ?,C(B)
("/#" ?,C#(B)
("/$" ?,C$(B)