aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2010-11-07 08:02:15 +0100
committerMichael Albinus2010-11-07 08:02:15 +0100
commite4dbd3e26799ee5a239fa2c595da3be64b7e7b13 (patch)
tree8b77097e6693f095d98feaf4ae83d4a93dc25a86 /lisp
parent09def8be4f220f116302d3b55a5c53a77d70a273 (diff)
downloademacs-e4dbd3e26799ee5a239fa2c595da3be64b7e7b13.tar.gz
emacs-e4dbd3e26799ee5a239fa2c595da3be64b7e7b13.zip
Fix misleading Changelog entry.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 49eca72f4eb..5dafd64e1d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
12010-11-06 Michael Albinus <michael.albinus@gmx.de> 12010-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'.