Mercurial > emacs
changeset 19012:b08145625f89
(syms_of_callproc): Don't init Vtemp_file_name_pattern here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 27 Jul 1997 21:38:49 +0000 |
parents | 96c53acede23 |
children | 2d2812dac5f7 |
files | src/callproc.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Sun Jul 27 20:04:29 1997 +0000 +++ b/src/callproc.c Sun Jul 27 21:38:49 1997 +0000 @@ -1343,8 +1343,7 @@ DEFVAR_LISP ("temp-file-name-pattern", &Vtemp_file_name_pattern, "Pattern for making names for temporary files.\n\ This is used by `call-process-region'."); - /* The real initialization is when we start again. */ - Vtemp_file_name_pattern = Qnil; + /* This variable is initialized in init_callproc. */ DEFVAR_LISP ("process-environment", &Vprocess_environment, "List of environment variables for subprocesses to inherit.\n\