Mercurial > emacs
diff src/ChangeLog @ 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 | a631ca2570b2 |
children | 9c67a492eb59 |
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.