comparison 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
comparison
equal deleted inserted replaced
111378:1062cf507cfa 111379:21396378bdf6
1 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.el (backup-by-copying-when-mismatch): Make it a buffer local
4 variable (permanent-local).
5
6 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
7 `permanent-local' property for `(backup-by-copying-when-mismatch'.
8
1 2010-11-06 Eli Zaretskii <eliz@gnu.org> 9 2010-11-06 Eli Zaretskii <eliz@gnu.org>
2 10
3 * ls-lisp.el (insert-directory): Doc fix. (bug#7285) 11 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4 (ls-lisp-classify-file): New function. 12 (ls-lisp-classify-file): New function.
5 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294). 13 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).