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
8111ec05
Commit
8111ec05
authored
Jan 13, 2008
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fcall_process): Fix previous change.
parent
cb8e5d4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/callproc.c
src/callproc.c
+6
-0
No files found.
src/ChangeLog
View file @
8111ec05
2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
* callproc.c: (Fcall_process): Fix previous change.
2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
* (unexsunos4): Remove file, system not supported anymore.
...
...
src/callproc.c
View file @
8111ec05
...
...
@@ -471,6 +471,12 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */)
else
{
#ifndef MSDOS
errno
=
0
;
if
(
pipe
(
fd
)
==
-
1
)
{
emacs_close
(
filefd
);
report_file_error
(
"Creating process pipe"
,
Qnil
);
}
#endif
#if 0
/* Replaced by close_process_descs */
...
...
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