]> git.eshelyaron.com Git - emacs.git/commitdiff
* callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 30 Jan 2009 05:15:34 +0000 (05:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 30 Jan 2009 05:15:34 +0000 (05:15 +0000)
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.

src/ChangeLog

index 9ee1761b7d2a481063e300854dda8e4551f6992e..67aa38209fc9e9e837ac13ae62d5791f70ddacde 100644 (file)
@@ -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.