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:
parent
f806bd9370
commit
66e7c89216
1 changed files with 2 additions and 0 deletions
2
hypo.el
2
hypo.el
|
@ -26,6 +26,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'url)
|
||||
|
||||
(autoload 'beginning-of-sexp "thingatpt")
|
||||
(autoload 'end-of-sexp "thingatpt")
|
||||
|
||||
|
|
Loading…
Reference in a new issue