Mercurial > hg > xemacs-beta
diff src/process.c @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | aa5ed11f473b |
children | a98ca4640147 |
line wrap: on
line diff
--- a/src/process.c Sun Jan 10 01:06:15 2010 -0600 +++ b/src/process.c Tue Jan 12 01:38:04 2010 -0600 @@ -2439,7 +2439,8 @@ #else for (envp = environ; envp && *envp; envp++) Vprocess_environment = - Fcons (build_ext_string (*envp, Qnative), Vprocess_environment); + Fcons (build_ext_string (*envp, Qenvironment_variable_encoding), + Vprocess_environment); #endif /* This gets set back to 0 in disksave_object_finalization() */ env_initted = 1;