comparison lisp/ChangeLog @ 66834:871ff6d80553

(bookmark-write-file): Don't visit the destination file, just write the data to it using write-region. This is similar to revision 1.32 of saveplace.el, but with an additional change to avoid visiting the file in the first place.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 12 Nov 2005 20:30:22 +0000
parents efab878cd2e1
children 96e7147004a8
comparison
equal deleted inserted replaced
66833:efab878cd2e1 66834:871ff6d80553
1 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el (bookmark-write-file): Don't visit the destination
4 file, just write the data to it using write-region. This is
5 similar to revision 1.32 of saveplace.el, but with an additional
6 change to avoid visiting the file in the first place.
7
1 2005-11-12 Chong Yidong <cyd@stupidchicken.com> 8 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * hi-lock.el (hi-lock-mode): Set the default value of 10 * hi-lock.el (hi-lock-mode): Set the default value of
4 font-lock-defaults. 11 font-lock-defaults.
5 12