Mercurial > emacs
diff lisp/ChangeLog @ 111379:21396378bdf6
* files.el (backup-by-copying-when-mismatch): Make it a buffer local
variable (permanent-local).
* net/tramp.el (tramp-handle-insert-file-contents): Do not set
`permanent-local' property for `(backup-by-copying-when-mismatch'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 06 Nov 2010 15:04:23 +0100 |
parents | 176c5c4dd786 |
children | 055d69129c48 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 06 12:23:33 2010 +0200 +++ b/lisp/ChangeLog Sat Nov 06 15:04:23 2010 +0100 @@ -1,3 +1,11 @@ +2010-11-06 Michael Albinus <michael.albinus@gmx.de> + + * files.el (backup-by-copying-when-mismatch): Make it a buffer local + variable (permanent-local). + + * net/tramp.el (tramp-handle-insert-file-contents): Do not set + `permanent-local' property for `(backup-by-copying-when-mismatch'. + 2010-11-06 Eli Zaretskii <eliz@gnu.org> * ls-lisp.el (insert-directory): Doc fix. (bug#7285)