changeset 45995:c3e620e7c70b

(temp_output_buffer_setup): Kill all local variables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 Jun 2002 21:33:18 +0000
parents 65253ed28734
children d57daf0a986a
files src/print.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Mon Jun 24 15:50:38 2002 +0000
+++ b/src/print.c	Mon Jun 24 21:33:18 2002 +0000
@@ -588,6 +588,7 @@
 
   Fset_buffer (Fget_buffer_create (build_string (bufname)));
 
+  Fkill_all_local_variables ();
   current_buffer->directory = old->directory;
   current_buffer->read_only = Qnil;
   current_buffer->filename = Qnil;