From: Michael Albinus Date: Sun, 7 Nov 2010 07:02:15 +0000 (+0100) Subject: Fix misleading Changelog entry. X-Git-Tag: emacs-pretest-23.2.90~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4dbd3e26799ee5a239fa2c595da3be64b7e7b13;p=emacs.git Fix misleading Changelog entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49eca72f4eb..5dafd64e1d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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'.