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
188d6c4e
Commit
188d6c4e
authored
Jun 12, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(start_process_unwind): Use XINT.
parent
f110a664
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 @
188d6c4e
...
...
@@ -1078,7 +1078,7 @@ start_process_unwind (proc)
abort
();
/* Was PROC started successfully? */
if
(
XPROCESS
(
proc
)
->
pid
<=
0
)
if
(
XINT
(
XPROCESS
(
proc
)
->
pid
)
<=
0
)
remove_process
(
proc
);
return
Qnil
;
...
...
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