comparison 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
comparison
equal deleted inserted replaced
111448:321fbae3e04d 111449:132f2dfd549f
122 that is, for files which are owned by you and whose group matches 122 that is, for files which are owned by you and whose group matches
123 the default for a new file created there by you. 123 the default for a new file created there by you.
124 This variable is relevant only if `backup-by-copying' is nil." 124 This variable is relevant only if `backup-by-copying' is nil."
125 :type 'boolean 125 :type 'boolean
126 :group 'backup) 126 :group 'backup)
127 (put 'backup-by-copying-when-mismatch 'permanent-local t)
127 128
128 (defcustom backup-by-copying-when-privileged-mismatch 200 129 (defcustom backup-by-copying-when-privileged-mismatch 200
129 "Non-nil means create backups by copying to preserve a privileged owner. 130 "Non-nil means create backups by copying to preserve a privileged owner.
130 Renaming may still be used (subject to control of other variables) 131 Renaming may still be used (subject to control of other variables)
131 when it would not result in changing the owner of the file or if the owner 132 when it would not result in changing the owner of the file or if the owner