Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2e9537e7
Commit
2e9537e7
authored
Dec 15, 1998
by
Kenichi Handa
Browse files
(iso-languages): For Portuguese ~c and
~C insert c-cedilla and C-cedilla respectively, like in latin-1.
parent
f2719637
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/international/iso-acc.el
lisp/international/iso-acc.el
+2
-1
No files found.
lisp/international/iso-acc.el
View file @
2e9537e7
...
...
@@ -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
)
(
?,
.
?,
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment