comparison lisp/ChangeLog @ 95362:e886c765584a

* src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to after calling build_annotations. * lisp/files.el (basic-save-buffer-2): Pass nil rather than (point-min) to write-region.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 May 2008 12:36:15 +0000
parents a69249f54307
children 3c5bdcf6184e
comparison
equal deleted inserted replaced
95361:86492fb49824 95362:e886c765584a
1 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
4 to write-region.
5
1 2008-05-28 Glenn Morris <rgm@gnu.org> 6 2008-05-28 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (update-elclist): Work around non-portability of "\" 8 * Makefile.in (update-elclist): Work around non-portability of "\"
4 in various implementations of echo. 9 in various implementations of echo.
5 10