summaryrefslogtreecommitdiff
path: root/lisp/url/url-handlers.el
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2018-03-18 20:44:57 +0100
committerNicolas Petton <nicolas@petton.fr>2018-03-18 20:47:36 +0100
commit8d81a4728df74f7f3f88b9efde7855965766dde8 (patch)
tree5f368922303c69084810bdaf5e7bfa1a1dc907fe /lisp/url/url-handlers.el
parent6d2b50a2451a9d7aae040cb82040c2211df75c85 (diff)
downloademacs-8d81a4728df74f7f3f88b9efde7855965766dde8.tar.gz
* lisp/url/url-handlers.el: Require subr-x.
Diffstat (limited to 'lisp/url/url-handlers.el')
-rw-r--r--lisp/url/url-handlers.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index 17c76cff75a..fc5f43bccb2 100644
--- a/lisp/url/url-handlers.el
+++ b/lisp/url/url-handlers.el
@@ -28,6 +28,7 @@
;; (require 'url-util)
(eval-when-compile (require 'mm-decode))
;; (require 'mailcap)
+(require 'subr-x)
;; The following are autoloaded instead of `require'd to avoid eagerly
;; loading all of URL when turning on url-handler-mode in the .emacs.
(autoload 'url-expand-file-name "url-expand" "Convert url to a fully specified url, and canonicalize it.")