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 /lisp/ChangeLog | |
| 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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f6138bf698..0ff810a1230 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu> | ||
| 2 | |||
| 3 | * files.el (backup-buffer): Make last-resort backup file in | ||
| 4 | .emacs.d (Bug#6953). | ||
| 5 | |||
| 6 | * subr.el (locate-user-emacs-file): If .emacs.d does not exist, | ||
| 7 | make it with permission 700. | ||
| 8 | |||
| 1 | 2011-01-14 Kenichi Handa <handa@m17n.org> | 9 | 2011-01-14 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * mail/rmailmm.el (rmail-mime-insert-header): Set | 11 | * mail/rmailmm.el (rmail-mime-insert-header): Set |