diff options
| author | Chong Yidong | 2009-01-30 05:15:34 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-30 05:15:34 +0000 |
| commit | a8b11cc93bf96152c2723d89c2a57222366bd39b (patch) | |
| tree | 9a03633cf1a8f13bc357b8f9ce0a0ecb9a4a11cb /src | |
| parent | 45bd6461860c1055d59ce0dd30028c8ff021e59f (diff) | |
| download | emacs-a8b11cc93bf96152c2723d89c2a57222366bd39b.tar.gz emacs-a8b11cc93bf96152c2723d89c2a57222366bd39b.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9ee1761b7d2..67aa38209fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-01-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP. | ||
| 4 | Initialize it as a relative filename pattern. | ||
| 5 | (init_callproc): Don't initialize Vtemp_file_name_pattern here. | ||
| 6 | (Fcall_process_region): Simplify temp file creation using | ||
| 7 | temporary-file-directory. | ||
| 8 | |||
| 1 | 2009-01-29 Eli Zaretskii <eliz@gnu.org> | 9 | 2009-01-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * msdos.c: Rename pending_signals to msdos_pending_signals. | 11 | * msdos.c: Rename pending_signals to msdos_pending_signals. |