# HG changeset patch # User Richard M. Stallman # Date 796022427 0 # Node ID c8ab5c627f74b013527c259a31d411920608f534 # Parent da5800b0c012294577bf4f7680067df551182f4a (temp_output_buffer_setup): (Re)set the default directory of the temp buffer to that of the current buffer. diff -r da5800b0c012 -r c8ab5c627f74 src/print.c --- 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 ();