aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-13 01:30:41 +0200
committerGravatar Tom Willemse2013-08-13 01:31:12 +0200
commit66e7c89216e17c1970158ce7ca8ca0d0f1246f55 (patch)
tree41accce50401b3ae276a77eeed67152fc5f94a0a
parentf806bd9370fc5dd1fb27cf37d4735fe065e7416f (diff)
downloadhypo-emacs-66e7c89216e17c1970158ce7ca8ca0d0f1246f55.tar.gz
hypo-emacs-66e7c89216e17c1970158ce7ca8ca0d0f1246f55.zip
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.
-rw-r--r--hypo.el2
1 files changed, 2 insertions, 0 deletions
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")