diff lisp/w3/url-http.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents a145efe76779
children 7d55a9ba150c
line wrap: on
line diff
--- a/lisp/w3/url-http.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/w3/url-http.el	Mon Aug 13 09:18:39 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