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 | 2596b20b42bf24fe693341a26e37f73f1ac7f528 (patch) | |
tree | d1f77f5117fd0672c5bab966b8e1c8b00a189e2f /leim | |
parent | 503f8e0941e83c1eb2343da509526fec6091ac0c (diff) | |
download | emacs-2596b20b42bf24fe693341a26e37f73f1ac7f528.tar.gz |
(german): Swap y and z.
Diffstat (limited to 'leim')
-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) ("<" ?\;) (">" ?:) ("?" ?_) |