diff options
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/url-file.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index 3863ac99144..99e62d9b7a2 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el @@ -42,10 +42,10 @@ src=\"/ssh:host...\"> element, which can be disturbing.") (defun url-file-find-possibly-compressed-file (fname &rest _) "Find the exact file referenced by `fname'. This tries the common compression extensions, because things like -ange-ftp and efs are not quite smart enough to realize when a server -can do automatic decompression for them, and won't find `foo' if -`foo.gz' exists, even though the FTP server would happily serve it up -to them." +ange-ftp is not quite smart enough to realize when a server can +do automatic decompression for them, and won't find `foo' if +`foo.gz' exists, even though the FTP server would happily serve +it up to them." (let ((scratch nil) (compressed-extensions '("" ".gz" ".z" ".Z" ".bz2" ".xz")) (found nil)) |