Mercurial > emacs
comparison leim/quail/latin-post.el @ 19956:4304c48c29c5
(german): Swap y and z.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Sep 1997 21:01:27 +0000 |
parents | fa397fb1d859 |
children | 838c9bd2adcd |
comparison
equal
deleted
inserted
replaced
19955:1593da1bdfec | 19956:4304c48c29c5 |
---|---|
1826 | 1826 |
1827 (quail-define-rules | 1827 (quail-define-rules |
1828 ("-" ?,A_(B) | 1828 ("-" ?,A_(B) |
1829 ("=" ?\[) | 1829 ("=" ?\[) |
1830 ("`" ?\]) | 1830 ("`" ?\]) |
1831 ("y" ?z) | |
1831 ("[" ?,A|(B) | 1832 ("[" ?,A|(B) |
1832 ("]" ?+) | 1833 ("]" ?+) |
1833 (";" ?,Av(B) | 1834 (";" ?,Av(B) |
1834 ("'" ?,Ad(B) | 1835 ("'" ?,Ad(B) |
1835 ("\\" ?#) | 1836 ("\\" ?#) |
1837 ("z" ?y) | |
1836 ("/" ?-) | 1838 ("/" ?-) |
1837 | 1839 |
1838 ("@" ?\") | 1840 ("@" ?\") |
1839 ("#" ?,A'(B) | 1841 ("#" ?,A'(B) |
1840 ("^" ?&) | 1842 ("^" ?&) |
1841 ("&" ?/) | 1843 ("&" ?/) |
1842 ("*" ?\() | 1844 ("*" ?\() |
1845 ("Y" ?Z) | |
1843 ("(" ?\)) | 1846 ("(" ?\)) |
1844 (")" ?=) | 1847 (")" ?=) |
1845 ("_" ??) | 1848 ("_" ??) |
1846 ("+" ?{) | 1849 ("+" ?{) |
1847 ("~" ?}) | 1850 ("~" ?}) |
1848 ("{" ?,A\(B) | 1851 ("{" ?,A\(B) |
1849 ("}" ?*) | 1852 ("}" ?*) |
1850 (":" ?,AV(B) | 1853 (":" ?,AV(B) |
1851 ("\"" ?,AD(B) | 1854 ("\"" ?,AD(B) |
1852 ("|" ?^) | 1855 ("|" ?^) |
1856 ("Z" ?Y) | |
1853 ("<" ?\;) | 1857 ("<" ?\;) |
1854 (">" ?:) | 1858 (">" ?:) |
1855 ("?" ?_) | 1859 ("?" ?_) |
1856 ) | 1860 ) |
1857 | 1861 |