From 2344ffc141ccf44a4090916ec06815d273f83f39 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 24 Aug 2005 14:24:20 +0000 Subject: [PATCH] (url-http-cookies-sources): Defvar at compile time. --- lisp/url/url-http.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 2071b4e058f..14f5eab1b16 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) -- 2.39.2