]> code.delx.au - gnu-emacs/commit
(Vtemp_file_name_pattern): Remove DEFVAR_LISP.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 30 Jan 2009 05:17:33 +0000 (05:17 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 30 Jan 2009 05:17:33 +0000 (05:17 +0000)
commitf92d51d84e3d79798ef23bb59934e08aa29fd60a
tree75ddebea6275ef997035c5637a34e7bdf2a30092
parenta8b11cc93bf96152c2723d89c2a57222366bd39b
(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.
src/callproc.c