From: Richard M. Stallman Date: Fri, 19 Sep 1997 21:01:27 +0000 (+0000) Subject: (german): Swap y and z. X-Git-Tag: emacs-20.2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03d6c005d2d074004e5253ef9eac2f554171054c;p=emacs.git (german): Swap y and z. --- 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) ("<" ?\;) (">" ?:) ("?" ?_)