From 03d6c005d2d074004e5253ef9eac2f554171054c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Sep 1997 21:01:27 +0000 Subject: [PATCH] (german): Swap y and z. --- leim/quail/latin-post.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index a0901bbc6e0..4e02c6c5a8f 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el @@ -1828,11 +1828,13 @@ Dead accent is right to ,Af(B." nil t t t t nil nil nil nil nil t) ("-" ?,A_(B) ("=" ?\[) ("`" ?\]) + ("y" ?z) ("[" ?,A|(B) ("]" ?+) (";" ?,Av(B) ("'" ?,Ad(B) ("\\" ?#) + ("z" ?y) ("/" ?-) ("@" ?\") @@ -1840,6 +1842,7 @@ Dead accent is right to ,Af(B." nil t t t t nil nil nil nil nil t) ("^" ?&) ("&" ?/) ("*" ?\() + ("Y" ?Z) ("(" ?\)) (")" ?=) ("_" ??) @@ -1850,6 +1853,7 @@ Dead accent is right to ,Af(B." nil t t t t nil nil nil nil nil t) (":" ?,AV(B) ("\"" ?,AD(B) ("|" ?^) + ("Z" ?Y) ("<" ?\;) (">" ?:) ("?" ?_) -- 2.39.5