aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-24 14:24:20 +0000
committerJuanma Barranquero <[email protected]>2005-08-24 14:24:20 +0000
commit2344ffc141ccf44a4090916ec06815d273f83f39 (patch)
tree5da5dcce7b7eb227dabf646353f26ffc75ee6522
parent6f42bcf224eb1da65b309b4557d743a5ef3049e7 (diff)
(url-http-cookies-sources): Defvar at compile time.
-rw-r--r--lisp/url/url-http.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 2071b4e058..14f5eab1b1 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -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)