From: Kenichi Handa Date: Thu, 4 Mar 1999 02:33:26 +0000 (+0000) Subject: ("spanish-postfix"): Add rule U" and u". X-Git-Tag: emacs-20.4~519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4c103aeeeb656f73a7edd9052715e496be213de;p=emacs.git ("spanish-postfix"): Add rule U" and u". --- diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index 201b7820386..bc47c6daceb 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el @@ -1314,6 +1314,8 @@ a'' -> a' n~~ -> n~, etc. ("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 @@ a'' -> a' n~~ -> n~, etc. ("o''" ["o'"]) ("U''" ["U'"]) ("u''" ["u'"]) + ("U\"" ["U\""]) + ("u\"" ["U\""]) ("N~~" ["N~"]) ("n~~" ["n~"]) ("?//" ["?/"])