Mercurial > hg > xemacs-beta
diff lisp/w3/url-http.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 441bb1e64a06 |
children |
line wrap: on
line diff
--- a/lisp/w3/url-http.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/w3/url-http.el Mon Aug 13 08:52:29 2007 +0200 @@ -1,7 +1,7 @@ ;;; url-http.el --- HTTP Uniform Resource Locator retrieval code ;; Author: wmperry -;; Created: 1997/02/19 00:50:08 -;; Version: 1.15 +;; Created: 1997/03/03 15:13:11 +;; Version: 1.16 ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -399,7 +399,7 @@ "Please notify the server maintainer."))))) ((= status 304) ; Cached document is newer (message "Extracting from cache...") - (url-extract-from-cache (url-create-cached-filename (url-view-url t)))) + (url-cache-extract (url-cache-create-filename (url-view-url t)))) ((= status 305) ; Use proxy in Location: header nil))) ((= class 4) ; Client error