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
e19539f1
Commit
e19539f1
authored
Dec 15, 1999
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(code_convert_region): Fix the secoding arg to
update_compositions.
parent
5ec14d3c
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 @
e19539f1
No preview for this file type
src/coding.c
View file @
e19539f1
...
...
@@ -4959,7 +4959,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
if
(
replace
)
{
signal_after_change
(
from
,
to
-
from
,
inserted
);
update_compositions (from,
to
, CHECK_BORDER);
update_compositions
(
from
,
from
+
inserted
,
CHECK_BORDER
);
}
{
...
...
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