[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/fileio.c
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/fileio.c |
Date: |
Thu, 12 Jun 2003 19:23:48 -0400 |
Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.487 emacs/src/fileio.c:1.488
*** emacs/src/fileio.c:1.487 Fri May 30 21:58:13 2003
--- emacs/src/fileio.c Thu Jun 12 19:23:48 2003
***************
*** 4892,4902 ****
--- 4892,4905 ----
return val;
}
+ record_unwind_protect (save_restriction_restore, save_restriction_save ());
+
/* Special kludge to simplify auto-saving. */
if (NILP (start))
{
XSETFASTINT (start, BEG);
XSETFASTINT (end, Z);
+ Fwiden ();
}
record_unwind_protect (build_annotations_unwind, Fcurrent_buffer ());
- [Emacs-diffs] Changes to emacs/src/fileio.c,
Kenichi Handa <=