X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6664fc59a8f296117ea98b943f062c0cc0e907c1..5ed99d3685cc8d13f8e4c63ad449a6e4d63c8eb0:/lisp/url/url-vars.el diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 7419247822..42d33553e1 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -1,7 +1,6 @@ ;;; url-vars.el --- Variables for Uniform Resource Locator tool -;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1996-1999, 2001, 2004-2011 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia @@ -83,15 +82,6 @@ If non-nil and not t, the user will be asked for each refresh request." :type 'boolean :group 'url-cache) -;; Fixme: sanitize this. -(defcustom url-cache-expired - (lambda (t1 t2) (>= (- (car t2) (car t1)) 5)) - "A function determining if a cached item has expired. -It takes two times (numbers) as its arguments, and returns non-nil if -the second time is 'too old' when compared to the first time." - :type 'function - :group 'url-cache) - (defconst url-bug-address "bug-gnu-emacs@gnu.org" "Where to send bug reports.") @@ -243,7 +233,7 @@ Generated according to current coding system priorities." (mapconcat 'symbol-name ordered ";q=0.5, ") ";q=0.5")))) -(defvar url-mime-charset-string (url-mime-charset-string) +(defvar url-mime-charset-string nil "*String to send in the Accept-charset: field in HTTP requests. The MIME charset corresponding to the most preferred coding system is given priority 1 and the rest are given priority 0.5.") @@ -399,5 +389,4 @@ This should be set, e.g. by mail user agents rendering HTML to avoid (provide 'url-vars) -;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49 ;;; url-vars.el ends here