diff lisp/files.el @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents 0cd3fc7f7dba 21396378bdf6
children 3655cc4062e4
line wrap: on
line diff
--- a/lisp/files.el	Tue Nov 09 10:29:37 2010 +0000
+++ b/lisp/files.el	Tue Nov 09 15:07:10 2010 -0500
@@ -124,6 +124,7 @@
 This variable is relevant only if `backup-by-copying' is nil."
   :type 'boolean
   :group 'backup)
+(put 'backup-by-copying-when-mismatch 'permanent-local t)
 
 (defcustom backup-by-copying-when-privileged-mismatch 200
   "Non-nil means create backups by copying to preserve a privileged owner.