* files.el (backup-by-copying-when-mismatch): The default value is
now t. * startup.el (normal-top-level): * net/tramp.el (tramp-handle-insert-file-contents): Do not set `backup-by-copying-when-mismatch'.
This commit is contained in:
parent
77af54d7c2
commit
e274eb13e0
4 changed files with 12 additions and 10 deletions
|
@ -466,9 +466,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
|
|||
;; `user-full-name' is now known; reset its standard-value here.
|
||||
(put 'user-full-name 'standard-value
|
||||
(list (default-value 'user-full-name)))
|
||||
;; For root, preserve owner and group when editing files.
|
||||
(if (equal (user-uid) 0)
|
||||
(setq backup-by-copying-when-mismatch t))
|
||||
;; Look in each dir in load-path for a subdirs.el file.
|
||||
;; If we find one, load it, which will add the appropriate subdirs
|
||||
;; of that dir into load-path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue