(file-ownership-preserved-p): Fix typo in previous change.

This commit is contained in:
Karl Heuer
1995-05-22 20:00:17 +00:00
parent e3b671fc68
commit ec5533befb

View File

@@ -1483,7 +1483,7 @@ we do not remove backup version numbers, only true file version numbers."
(let ((handler (find-file-name-handler file 'file-ownership-preserved-p)))
(if handler
(funcall handler 'file-ownership-preserved-p file)
(let ((attributes (file-attribtues file)))
(let ((attributes (file-attributes file)))
;; Return t if the file doesn't exist, since it's true that no
;; information would be lost by an (attempted) delete and create.
(or (null attributes)