aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2018-03-18 20:44:57 +0100
committerNicolas Petton2018-03-18 20:47:36 +0100
commit8d81a4728df74f7f3f88b9efde7855965766dde8 (patch)
tree5f368922303c69084810bdaf5e7bfa1a1dc907fe
parent6d2b50a2451a9d7aae040cb82040c2211df75c85 (diff)
downloademacs-8d81a4728df74f7f3f88b9efde7855965766dde8.tar.gz
emacs-8d81a4728df74f7f3f88b9efde7855965766dde8.zip
* lisp/url/url-handlers.el: Require subr-x.
-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 @@
28;; (require 'url-util) 28;; (require 'url-util)
29(eval-when-compile (require 'mm-decode)) 29(eval-when-compile (require 'mm-decode))
30;; (require 'mailcap) 30;; (require 'mailcap)
31(require 'subr-x)
31;; The following are autoloaded instead of `require'd to avoid eagerly 32;; The following are autoloaded instead of `require'd to avoid eagerly
32;; loading all of URL when turning on url-handler-mode in the .emacs. 33;; loading all of URL when turning on url-handler-mode in the .emacs.
33(autoload 'url-expand-file-name "url-expand" "Convert url to a fully specified url, and canonicalize it.") 34(autoload 'url-expand-file-name "url-expand" "Convert url to a fully specified url, and canonicalize it.")