diff doc/emacs/ChangeLog @ 112266:704fa1a3d5b4

Make last-resort backup file in .emacs.d (Bug#6953). * lisp/files.el (backup-buffer): Make last-resort backup file in .emacs.d. * lisp/subr.el (locate-user-emacs-file): If .emacs.d does not exist, make it with permission 700. * doc/emacs/files.texi (Backup Names): Document the new location of the last-resort backup file.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 14 Jan 2011 21:32:19 -0500
parents 46b831ee7e9c
children 4e6ae7191e28
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Fri Jan 14 13:08:53 2011 +0900
+++ b/doc/emacs/ChangeLog	Fri Jan 14 21:32:19 2011 -0500
@@ -1,3 +1,8 @@
+2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
+
+	* files.texi (Backup Names): Document the new location of the
+	last-resort backup file.
+
 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
 
 	* files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp