diff lisp/w3/url-vars.el @ 20:859a2309aef8 r19-15b93

Import from CVS: tag r19-15b93
author cvs
date Mon, 13 Aug 2007 08:50:05 +0200
parents 0293115a14e9
children 8fc7fe29b841
line wrap: on
line diff
--- a/lisp/w3/url-vars.el	Mon Aug 13 08:49:44 2007 +0200
+++ b/lisp/w3/url-vars.el	Mon Aug 13 08:50:05 2007 +0200
@@ -1,7 +1,7 @@
 ;;; url-vars.el --- Variables for Uniform Resource Locator tool
 ;; Author: wmperry
-;; Created: 1997/01/16 14:13:05
-;; Version: 1.24
+;; Created: 1997/02/08 05:29:30
+;; Version: 1.26
 ;; Keywords: comm, data, processes, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -273,7 +273,6 @@
 (defvar url-working-buffer url-default-working-buffer " The buffer to do all of the processing in.
  (It defaults to `url-default-working-buffer' and is bound to ` *URL-<i>*' buffers
   when used for multiple requests, cf. `url-multiple-p')")
-(defvar url-current-annotation nil "URL of document we are annotating...")
 (defvar url-current-referer nil "Referer of this page.")
 (defvar url-current-content-length nil "Current content length.")
 (defvar url-current-file nil "Filename of current document.")
@@ -427,12 +426,6 @@
 single argument (the prompt), and returns t only if a positive answer
 is gotten.")
 
-(defvar url-connection-retries 5
-  "*# of times to try for a connection before bailing.
-If for some reason url-open-stream cannot make a connection to a host
-right away, it will sit for 1 second, then try again, up to this many
-tries.")
-
 (defvar url-find-this-link nil "Link to go to within a document.")
 
 (defvar url-gateway-method 'native