]> git.eshelyaron.com Git - emacs.git/commitdiff
(german): Swap y and z.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Sep 1997 21:01:27 +0000 (21:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Sep 1997 21:01:27 +0000 (21:01 +0000)
leim/quail/latin-post.el

index a0901bbc6e0eaba8c8768474ceca0ac5bd9ce600..4e02c6c5a8f3d5c0ea66f0c363f6b4e0cf8e35a2 100644 (file)
@@ -1828,11 +1828,13 @@ Dead accent is right to \e,Af\e(B." nil t t t t nil nil nil nil nil t)
  ("-" ?\e,A_\e(B)
  ("=" ?\[)
  ("`" ?\])
+ ("y" ?z)
  ("[" ?\e,A|\e(B)
  ("]" ?+)
  (";" ?\e,Av\e(B)
  ("'" ?\e,Ad\e(B)
  ("\\" ?#)
+ ("z" ?y)
  ("/" ?-)
 
  ("@" ?\")
@@ -1840,6 +1842,7 @@ Dead accent is right to \e,Af\e(B." nil t t t t nil nil nil nil nil t)
  ("^" ?&)
  ("&" ?/)
  ("*" ?\()
+ ("Y" ?Z)
  ("(" ?\))
  (")" ?=)
  ("_" ??)
@@ -1850,6 +1853,7 @@ Dead accent is right to \e,Af\e(B." nil t t t t nil nil nil nil nil t)
  (":" ?\e,AV\e(B)
  ("\"" ?\e,AD\e(B)
  ("|" ?^)
+ ("Z" ?Y)
  ("<" ?\;)
  (">" ?:)
  ("?" ?_)