From: Kenichi Handa Date: Tue, 15 Dec 1998 12:58:37 +0000 (+0000) Subject: (iso-languages): For Portuguese ~c and X-Git-Tag: emacs-20.4~1049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e9537e74bff3127c10d0de02165527784ffd8da;p=emacs.git (iso-languages): For Portuguese ~c and ~C insert c-cedilla and C-cedilla respectively, like in latin-1. --- 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 @@ (?\ . ?^)) (?\" (?U . ?\334) (?u . ?\374) (?\ . ?\")) - (?~ (?A . ?\303) (?O . ?\325) (?a . ?\343) (?o . ?\365) + (?~ (?A . ?\303) (?O . ?\325) (?C . ?\307) + (?a . ?\343) (?o . ?\365) (?c . ?\347) (?\ . ?~)) (?, (?c . ?\347) (?C . ?\307) (?, . ?,)))