aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 016c0070bb5..59f49f92530 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2279,6 +2279,8 @@ temp_output_buffer_show (buf)
2279 register Lisp_Object window; 2279 register Lisp_Object window;
2280 register struct window *w; 2280 register struct window *w;
2281 2281
2282 XBUFFER (buf)->directory = current_buffer->directory;
2283
2282 Fset_buffer (buf); 2284 Fset_buffer (buf);
2283 BUF_SAVE_MODIFF (XBUFFER (buf)) = MODIFF; 2285 BUF_SAVE_MODIFF (XBUFFER (buf)) = MODIFF;
2284 BEGV = BEG; 2286 BEGV = BEG;