From 66e7c89216e17c1970158ce7ca8ca0d0f1246f55 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 13 Aug 2013 01:30:41 +0200 Subject: Require url Without requiring this, by the time the library is loaded the `url-request-data' and `url-request-method' will already have been defined as lexical variables instead of special (dynamic) variables. --- hypo.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypo.el b/hypo.el index 75ff66a..d5b083d 100644 --- a/hypo.el +++ b/hypo.el @@ -26,6 +26,8 @@ ;;; Code: +(require 'url) + (autoload 'beginning-of-sexp "thingatpt") (autoload 'end-of-sexp "thingatpt") -- cgit v1.2.3-54-g00ecf