Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5d648571
Commit
5d648571
authored
Sep 02, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
in the detect_coding_iso2022 case.
parent
5418a92b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/coding.c
src/coding.c
+1
-0
No files found.
src/coding.c
View file @
5d648571
...
...
@@ -2693,6 +2693,7 @@ detect_coding_mask (src, src_bytes)
if
(
mask
==
CODING_CATEGORY_MASK_ANY
)
/* No valid ISO2022 code follows C. Try again. */
goto
label_loop_detect_coding
;
mask
|=
CODING_CATEGORY_MASK_RAW_TEXT
;
}
else
if
(
c
<
0xA0
)
{
...
...
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