diff options
| author | Kenichi Handa | 1998-12-15 12:58:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-12-15 12:58:37 +0000 |
| commit | 2e9537e74bff3127c10d0de02165527784ffd8da (patch) | |
| tree | bce6acf01884412b52f9cd0c30ba1883e4e54a15 | |
| parent | f2719637a3e170c370e136bb00ffa69d122d6b4b (diff) | |
| download | emacs-2e9537e74bff3127c10d0de02165527784ffd8da.tar.gz emacs-2e9537e74bff3127c10d0de02165527784ffd8da.zip | |
(iso-languages): For Portuguese ~c and
~C insert c-cedilla and C-cedilla respectively, like in latin-1.
| -rw-r--r-- | lisp/international/iso-acc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index 5fe8a8f26f4..4f59a9e1ab7 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el | |||
| @@ -138,7 +138,8 @@ | |||
| 138 | (?\ . ?^)) | 138 | (?\ . ?^)) |
| 139 | (?\" (?U . ?\334) (?u . ?\374) | 139 | (?\" (?U . ?\334) (?u . ?\374) |
| 140 | (?\ . ?\")) | 140 | (?\ . ?\")) |
| 141 | (?~ (?A . ?\303) (?O . ?\325) (?a . ?\343) (?o . ?\365) | 141 | (?~ (?A . ?\303) (?O . ?\325) (?C . ?\307) |
| 142 | (?a . ?\343) (?o . ?\365) (?c . ?\347) | ||
| 142 | (?\ . ?~)) | 143 | (?\ . ?~)) |
| 143 | (?, (?c . ?\347) (?C . ?\307) (?, . ?,))) | 144 | (?, (?c . ?\347) (?C . ?\307) (?, . ?,))) |
| 144 | 145 | ||