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
89e1ec1d
Commit
89e1ec1d
authored
Sep 09, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fcall_process): Encode the new current dir.
parent
a932f187
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/callproc.c
src/callproc.c
+6
-0
No files found.
src/callproc.c
View file @
89e1ec1d
...
...
@@ -119,6 +119,8 @@ char *synch_process_death;
int
synch_process_retcode
;
extern
Lisp_Object
Vdoc_file_name
;
extern
Lisp_Object
Vfile_name_coding_system
;
/* Clean up when exiting Fcall_process.
On MSDOS, delete the temporary file on any kind of termination.
...
...
@@ -528,6 +530,10 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
?
build_string
(
NULL_DEVICE
)
:
error_file
),
Qnil
));
}
current_dir
=
Fencode_coding_string
(
current_dir
,
Vfile_name_coding_system
,
Qt
);
#ifdef MSDOS
/* MW, July 1993 */
/* ??? Someone who knows MSDOG needs to check whether this properly
closes all descriptors that it opens.
...
...
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