diff src/print.c @ 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 45ae0022c48a
children e6bdaaa6ce1b
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 ();