changeset 11114:c8ab5c627f74

(temp_output_buffer_setup): (Re)set the default directory of the temp buffer to that of the current buffer.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Mar 1995 05:20:27 +0000
parents da5800b0c012
children 9414f249cd8b
files src/print.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Fri Mar 24 05:18:06 1995 +0000
+++ b/src/print.c	Fri Mar 24 05:20:27 1995 +0000
@@ -387,6 +387,7 @@
 
   Fset_buffer (Fget_buffer_create (build_string (bufname)));
 
+  current_buffer->directory = old->directory;
   current_buffer->read_only = Qnil;
   Ferase_buffer ();