mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
* 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.
This commit is contained in:
parent
45bd646186
commit
a8b11cc93b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user