mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
("spanish-postfix"): Add rule U" and u".
This commit is contained in:
parent
b64ef3fb2f
commit
b4c103aeee
1 changed files with 4 additions and 0 deletions
|
|
@ -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~"])
|
||||
("?//" ["?/"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue