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.
This commit is contained in:
Tom Willemse 2013-08-13 01:30:41 +02:00
parent f806bd9370
commit 66e7c89216

View file

@ -26,6 +26,8 @@
;;; Code:
(require 'url)
(autoload 'beginning-of-sexp "thingatpt")
(autoload 'end-of-sexp "thingatpt")