comparison lisp/ChangeLog @ 86986:a66a6a9bd1aa

* lisp/saveplace.el (save-place-alist-to-file): Set coding-system-for-write once and refer to it throughout. Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
author Karl Fogel <kfogel@red-bean.com>
date Sun, 02 Dec 2007 21:24:38 +0000
parents 783469dd1f73
children f8cec9494348
comparison
equal deleted inserted replaced
86985:783469dd1f73 86986:a66a6a9bd1aa
1 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2
3 * saveplace.el (save-place-alist-to-file): Set
4 coding-system-for-write once and refer to it throughout.
5 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
6
1 2007-12-02 Karl Fogel <kfogel@red-bean.com> 7 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2 8
3 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding 9 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
4 system when writing, and set it in the first-line file variables. 10 system when writing, and set it in the first-line file variables.
5 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk> 11 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>