aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark Diekhans2011-01-14 21:32:19 -0500
committerChong Yidong2011-01-14 21:32:19 -0500
commitb024d9f02d2758815069b2a0df3af72fcf0ee220 (patch)
treec804be069540cb3f8562a4d50c07ce6e0e8d7e6d /etc
parent66399c0a66e87c20edad6a7eb2474981d9bc7e4e (diff)
downloademacs-b024d9f02d2758815069b2a0df3af72fcf0ee220.tar.gz
emacs-b024d9f02d2758815069b2a0df3af72fcf0ee220.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a673d19443..34e3adea481 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -26,6 +26,10 @@ used on x86-64 and s390x GNU/Linux architectures.
26 26
27* Changes in Emacs 23.3 27* Changes in Emacs 23.3
28 28
29+++
30** The last-resort backup file `%backup%~' is now written to
31`user-emacs-directory', instead of the user's home directory.
32
29 33
30* Editing Changes in Emacs 23.3 34* Editing Changes in Emacs 23.3
31 35