diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index f38b7c03ab3..c7804b485c7 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1133,6 +1133,9 @@ usage: (call-process-region START END PROGRAM &optional DELETE BUFFER DISPLAY &r | |||
| 1133 | int count1 = SPECPDL_INDEX (); | 1133 | int count1 = SPECPDL_INDEX (); |
| 1134 | 1134 | ||
| 1135 | specbind (intern ("coding-system-for-write"), val); | 1135 | specbind (intern ("coding-system-for-write"), val); |
| 1136 | /* POSIX lets mk[s]temp use "."; don't invoke jka-compr if we | ||
| 1137 | happen to get a ".Z" suffix. */ | ||
| 1138 | specbind (intern ("file-name-handler-alist"), Qnil); | ||
| 1136 | Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil, Qnil); | 1139 | Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil, Qnil); |
| 1137 | 1140 | ||
| 1138 | unbind_to (count1, Qnil); | 1141 | unbind_to (count1, Qnil); |