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
1c89844b
Commit
1c89844b
authored
Dec 29, 1999
by
Kenichi Handa
Browse files
(read_process_output): Fix the args CHARPOS and LENINS
to signal_after_change.
parent
7b712ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/process.c
src/process.c
+1
-1
No files found.
src/process.c
View file @
1c89844b
...
...
@@ -3181,7 +3181,7 @@ read_process_output (proc, channel)
else
{
insert_1_both
(
chars
,
nchars
,
nbytes
,
0
,
1
,
1
);
signal_after_change
(
opoint
,
0
,
PT
-
opoint
);
signal_after_change
(
before
,
0
,
PT
-
before
);
update_compositions
(
before
,
PT
,
CHECK_BORDER
);
}
set_marker_both
(
p
->
mark
,
p
->
buffer
,
PT
,
PT_BYTE
);
...
...
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