# HG changeset patch # User Karl Heuer # Date 801172817 0 # Node ID b00d51017e134b0d424e27b3e6e3d446ca7a3f78 # Parent 77f73856e803ccda5e5cd470a9989084f9d51d39 (file-ownership-preserved-p): Fix typo in previous change. diff -r 77f73856e803 -r b00d51017e13 lisp/files.el --- a/lisp/files.el Mon May 22 19:41:25 1995 +0000 +++ b/lisp/files.el Mon May 22 20:00:17 1995 +0000 @@ -1483,7 +1483,7 @@ (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)