comparison lisp/ChangeLog @ 95366:52e3cee99f90

* progmodes/flymake.el (flymake-save-buffer-in-file): * shadowfile.el (shadow-copy-file): * arc-mode.el (archive-*-write-file-member): * files.el (diff-buffer-with-file): * subr.el (with-temp-file): Pass nil to write-region. * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 May 2008 17:35:34 +0000
parents 3c5bdcf6184e
children fafc513e04bc
comparison
equal deleted inserted replaced
95365:40ae7108af0a 95366:52e3cee99f90
1 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/flymake.el (flymake-save-buffer-in-file):
4 * shadowfile.el (shadow-copy-file):
5 * arc-mode.el (archive-*-write-file-member):
6 * files.el (diff-buffer-with-file):
7 * subr.el (with-temp-file): Pass nil to write-region.
8 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2 9
3 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is 10 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
4 the custom. 11 the custom.
5 12
6 * files.el (basic-save-buffer-2): Pass nil rather than (point-min) 13 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)