]> git.eshelyaron.com Git - emacs.git/commit
Save bookmarks by using `write-file' (bug#12507)
authorKarl Fogel <kfogel@red-bean.com>
Sun, 29 Nov 2020 00:17:46 +0000 (18:17 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Sun, 29 Nov 2020 00:17:46 +0000 (18:17 -0600)
commit17fa17be3d93fc10f6ca91d738d5056b1b9f1f1e
treef17e86e09b31c3d96f66b306d76581bcd5bc0521
parent2cdf1fd261128976c5769b7959e7b98e5425a3fd
Save bookmarks by using `write-file' (bug#12507)

Go back to using `write-file' to save bookmarks, instead of using
`write-region'.  This means numbered backups of the bookmark file may
get made again, depending on the value of `bookmark-version-control'.

Thanks especially to Drew Adams and Eli Zaretskii for their
persistence in tracking down information relevant to this change.
lisp/bookmark.el