changeset 101663:16a64da69839

* callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP. Initialize it as a relative filename pattern. (init_callproc): Don't initialize Vtemp_file_name_pattern here. (Fcall_process_region): Simplify temp file creation using temporary-file-directory.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 30 Jan 2009 05:15:34 +0000
parents e18d6fe1381d
children 9415ef85934e
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 30 03:47:35 2009 +0000
+++ b/src/ChangeLog	Fri Jan 30 05:15:34 2009 +0000
@@ -1,3 +1,11 @@
+2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
+
+	* callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
+	Initialize it as a relative filename pattern.
+	(init_callproc): Don't initialize Vtemp_file_name_pattern here.
+	(Fcall_process_region): Simplify temp file creation using
+	temporary-file-directory.
+
 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
 
 	* msdos.c: Rename pending_signals to msdos_pending_signals.