diff options
| author | Mark Diekhans | 2011-01-14 21:32:19 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-14 21:32:19 -0500 |
| commit | b024d9f02d2758815069b2a0df3af72fcf0ee220 (patch) | |
| tree | c804be069540cb3f8562a4d50c07ce6e0e8d7e6d /etc | |
| parent | 66399c0a66e87c20edad6a7eb2474981d9bc7e4e (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||