summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/url-http.el')
-rw-r--r--lisp/url/url-http.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index b8bf920e2e5..14f5eab1b16 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1,6 +1,6 @@
;;; url-http.el --- HTTP retrieval routines
-;; Copyright (c) 1999, 2001, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2004, 2005 Free Software Foundation, Inc.
;; Author: Bill Perry <wmperry@gnu.org>
;; Keywords: comm, data, processes
@@ -28,7 +28,8 @@
(eval-when-compile
(require 'cl)
- (defvar url-http-extra-headers))
+ (defvar url-http-extra-headers)
+ (defvar url-http-cookies-sources))
(require 'url-gw)
(require 'url-util)
(require 'url-parse)