diff options
| author | Stefan Monnier | 2002-06-24 21:33:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-06-24 21:33:18 +0000 |
| commit | 9756ea0f8312f00af981ffe6e07b763c944b097a (patch) | |
| tree | f573bbd7c853791aed6387b49ad566aa0d1a5ece /src | |
| parent | 141ddc20c965a6ec5607b1286782d81c3f83b69f (diff) | |
| download | emacs-9756ea0f8312f00af981ffe6e07b763c944b097a.tar.gz emacs-9756ea0f8312f00af981ffe6e07b763c944b097a.zip | |
(temp_output_buffer_setup): Kill all local variables.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c index c033f7574b0..98a4c745a88 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -588,6 +588,7 @@ temp_output_buffer_setup (bufname) | |||
| 588 | 588 | ||
| 589 | Fset_buffer (Fget_buffer_create (build_string (bufname))); | 589 | Fset_buffer (Fget_buffer_create (build_string (bufname))); |
| 590 | 590 | ||
| 591 | Fkill_all_local_variables (); | ||
| 591 | current_buffer->directory = old->directory; | 592 | current_buffer->directory = old->directory; |
| 592 | current_buffer->read_only = Qnil; | 593 | current_buffer->read_only = Qnil; |
| 593 | current_buffer->filename = Qnil; | 594 | current_buffer->filename = Qnil; |