Mercurial > emacs
changeset 24430:fa964bcd6d26
("spanish-postfix"): Add rule U" and u".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 04 Mar 1999 02:33:26 +0000 |
parents | d4276a9b567e |
children | 00398ed56396 |
files | leim/quail/latin-post.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/quail/latin-post.el Wed Mar 03 17:42:47 1999 +0000 +++ b/leim/quail/latin-post.el Thu Mar 04 02:33:26 1999 +0000 @@ -1314,6 +1314,8 @@ ("o'" ?,As(B) ("U'" ?,AZ(B) ("u'" ?,Az(B) + ("U\"" ?,C\(B) + ("u\"" ?,C|(B) ("N~" ?,AQ(B) ("n~" ?,Aq(B) ("?/" ?,A?(B) @@ -1329,6 +1331,8 @@ ("o''" ["o'"]) ("U''" ["U'"]) ("u''" ["u'"]) + ("U\"" ["U\""]) + ("u\"" ["U\""]) ("N~~" ["N~"]) ("n~~" ["n~"]) ("?//" ["?/"])