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
cb84a2be
Commit
cb84a2be
authored
Feb 09, 2009
by
Kenichi Handa
Browse files
(detect_coding_charset): Fix previous change.
parent
5e5adbc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.c
src/coding.c
+1
-1
No files found.
src/ChangeLog
View file @
cb84a2be
2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
* coding.c (detect_coding_charset): Fix previous change.
2009-02-08 Jason Rumney <jasonr@gnu.org>
2009-02-08 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_hide_hourglass): Handle case where frame
* w32fns.c (w32_hide_hourglass): Handle case where frame
...
...
src/coding.c
View file @
cb84a2be
...
@@ -5101,7 +5101,7 @@ detect_coding_charset (coding, detect_info)
...
@@ -5101,7 +5101,7 @@ detect_coding_charset (coding, detect_info)
valids = AREF (attrs, coding_attr_charset_valids);
valids = AREF (attrs, coding_attr_charset_valids);
name = CODING_ID_NAME (coding->id);
name = CODING_ID_NAME (coding->id);
if (VECTORP (Vlatin_extra_code_table)
if (VECTORP (Vlatin_extra_code_table)
&& strcmp ((char *) SDATA (SYMBOL_NAME (name)), "iso-8859-"))
&& strcmp ((char *) SDATA (SYMBOL_NAME (name)), "iso-8859-")
== 0
)
check_latin_extra = 1;
check_latin_extra = 1;
if (! NILP (CODING_ATTR_ASCII_COMPAT (attrs)))
if (! NILP (CODING_ATTR_ASCII_COMPAT (attrs)))
src += head_ascii;
src += head_ascii;
...
...
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