diff options
| author | Vitalie Spinu | 2016-03-21 05:41:55 +0100 |
|---|---|---|
| committer | Vitalie Spinu | 2016-03-29 23:29:54 +0200 |
| commit | 7068e4c811f7530e14d2684fea68499418642b33 (patch) | |
| tree | 3c44890147e77c32a5a9f4aeb60ca88d9eb6a050 /src/fileio.c | |
| parent | f99b51295b86770e4b16d4717c0e73049191c4c5 (diff) | |
| download | emacs-scratch/hard-narrow.tar.gz emacs-scratch/hard-narrow.zip | |
Hard narrowingscratch/hard-narrow
Idem
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
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, |