diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-19 21:01:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-19 21:01:27 +0000 |
commit | 03d6c005d2d074004e5253ef9eac2f554171054c (patch) | |
tree | 2be7066cd0eebb22c9a49bce62052d0bdd2809bb /leim/quail/latin-post.el | |
parent | cd1c10f6aec7b680f94df42dec61798a57322eac (diff) | |
download | emacs-03d6c005d2d074004e5253ef9eac2f554171054c.tar.gz |
(german): Swap y and z.
Diffstat (limited to 'leim/quail/latin-post.el')
-rw-r--r-- | leim/quail/latin-post.el | 4 |
1 files changed, 4 insertions, 0 deletions
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) ("<" ?\;) (">" ?:) ("?" ?_) |