aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index dfab3de9e94..5b63e394216 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4764,7 +4764,7 @@ write_region (Lisp_Object start, Lisp_Object end, Lisp_Object filename,
4764 This is useful in tar-mode. --Stef 4764 This is useful in tar-mode. --Stef
4765 XSETFASTINT (start, BEG); 4765 XSETFASTINT (start, BEG);
4766 XSETFASTINT (end, Z); */ 4766 XSETFASTINT (end, Z); */
4767 Fwiden (); 4767 Fwiden (Qnil);
4768 } 4768 }
4769 4769
4770 record_unwind_protect (build_annotations_unwind, 4770 record_unwind_protect (build_annotations_unwind,