emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callproc.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c
Date: Sun, 01 Jan 2006 11:41:00 +0000

Index: emacs/src/callproc.c
diff -u emacs/src/callproc.c:1.209 emacs/src/callproc.c:1.210
--- emacs/src/callproc.c:1.209  Sun Aug  7 12:33:16 2005
+++ emacs/src/callproc.c        Sun Jan  1 11:41:00 2006
@@ -1126,6 +1126,9 @@
     int count1 = SPECPDL_INDEX ();
 
     specbind (intern ("coding-system-for-write"), val);
+    /* POSIX lets mk[s]temp use "."; don't invoke jka-compr if we
+       happen to get a ".Z" suffix.  */
+    specbind (intern ("file-name-handler-alist"), Qnil);
     Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil, Qnil);
 
     unbind_to (count1, Qnil);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]