# HG changeset patch # User Michael Albinus # Date 1289113335 -3600 # Node ID 7cb97499fd27334ab1895bf3d57add28198b2a3c # Parent 055d69129c4814f2433be51e9e841383f9c17139 Fix misleading Changelog entry. diff -r 055d69129c48 -r 7cb97499fd27 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 06 15:05:47 2010 +0100 +++ b/lisp/ChangeLog Sun Nov 07 08:02:15 2010 +0100 @@ -1,7 +1,7 @@ 2010-11-06 Michael Albinus - * files.el (backup-by-copying-when-mismatch): Make it a buffer local - variable (permanent-local). + * files.el (backup-by-copying-when-mismatch): Set + `permanent-local' property. * net/tramp.el (tramp-handle-insert-file-contents): Do not set `permanent-local' property for `backup-by-copying-when-mismatch'.