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
928a85c1
Commit
928a85c1
authored
Jul 17, 2001
by
Ken Raeburn
Browse files
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
charset is not yet defined.
parent
27009a49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/coding.c
src/coding.c
+1
-1
No files found.
src/ChangeLog
View file @
928a85c1
2001-07-17 Ken Raeburn <raeburn@gnu.org>
* coding.c (setup_coding_system): Don't do any designation based
on reg_bits if charset is not yet defined.
2001-07-17 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
...
...
src/coding.c
View file @
928a85c1
...
...
@@ -3638,7 +3638,7 @@ setup_coding_system (coding_system, coding)
if (reg_bits)
for (charset = 0; charset <= MAX_CHARSET; charset++)
{
if
(
CHARSET_
VALI
D_P
(
charset
)
if (CHARSET_
DEFINE
D_P (charset)
&& (CODING_SPEC_ISO_REQUESTED_DESIGNATION (coding, charset)
== CODING_SPEC_ISO_NO_REQUESTED_DESIGNATION))
{
...
...
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