comparison lisp/ChangeLog @ 111381:7cb97499fd27

Fix misleading Changelog entry.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 07 Nov 2010 08:02:15 +0100
parents 055d69129c48
children 1aba3578b8d8
comparison
equal deleted inserted replaced
111380:055d69129c48 111381:7cb97499fd27
1 2010-11-06 Michael Albinus <michael.albinus@gmx.de> 1 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
2 2
3 * files.el (backup-by-copying-when-mismatch): Make it a buffer local 3 * files.el (backup-by-copying-when-mismatch): Set
4 variable (permanent-local). 4 `permanent-local' property.
5 5
6 * net/tramp.el (tramp-handle-insert-file-contents): Do not set 6 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
7 `permanent-local' property for `backup-by-copying-when-mismatch'. 7 `permanent-local' property for `backup-by-copying-when-mismatch'.
8 8
9 2010-11-06 Eli Zaretskii <eliz@gnu.org> 9 2010-11-06 Eli Zaretskii <eliz@gnu.org>