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
109a5acb
Commit
109a5acb
authored
Nov 28, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Ffind_coding_systems_region_internal): Be sure to
include no-conversion.
parent
e162f054
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/coding.c
src/coding.c
+3
-1
No files found.
src/coding.c
View file @
109a5acb
...
...
@@ -5865,7 +5865,9 @@ DEFUN ("find-coding-systems-region-internal",
safe_codings
=
Fappend
(
2
,
args
);
}
else
safe_codings
=
Fcons
(
Qraw_text
,
Fcons
(
Qemacs_mule
,
safe_codings
));
safe_codings
=
Fcons
(
Qraw_text
,
Fcons
(
Qemacs_mule
,
Fcons
(
Qno_conversion
,
safe_codings
)));
return
safe_codings
;
}
...
...
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