diff options
Diffstat (limited to 'lisp/url/url-cache.el')
-rw-r--r-- | lisp/url/url-cache.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index a67e5dcd125..056ad1e0188 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el @@ -125,8 +125,8 @@ The actual return value is the last modification time of the cache file." (setq fname (and fname (mapconcat - (function (lambda (x) - (if (= x ?~) "" (char-to-string x)))) + (lambda (x) + (if (= x ?~) "" (char-to-string x))) fname "")) fname (cond ((null fname) nil) |