Mercurial > emacs
changeset 11867:b00d51017e13
(file-ownership-preserved-p): Fix typo in previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 22 May 1995 20:00:17 +0000 |
parents | 77f73856e803 |
children | 129b45ef421b |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)