Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9b96232f
Commit
9b96232f
authored
Dec 05, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(setup_coding_system): Be sure to initialize coding->category_idx.
parent
91372bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/coding.c
src/coding.c
+6
-0
No files found.
src/coding.c
View file @
9b96232f
...
...
@@ -3011,6 +3011,12 @@ setup_coding_system (coding_system, coding)
}
else
coding
->
type
=
coding_type_no_conversion
;
/* Initialize this member. Any thing other than
CODING_CATEGORY_IDX_UTF_16_BE and
CODING_CATEGORY_IDX_UTF_16_LE are ok because they have
special treatment in detect_eol. */
coding
->
category_idx
=
CODING_CATEGORY_IDX_EMACS_MULE
;
return
0
;
}
...
...
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