Mercurial > emacs
comparison lisp/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 | 01708c6828b7 |
children | cc0887b67703 32f10f475431 |
comparison
equal
deleted
inserted
replaced
112265:d67e8472ae65 | 112266:704fa1a3d5b4 |
---|---|
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 |
4 rmail-mime-coding-system to a cons whose car is the last coding | 12 rmail-mime-coding-system to a cons whose car is the last coding |
5 system used to decode the header. | 13 system used to decode the header. |