* lisp/url/url-handlers.el: Require subr-x.

This commit is contained in:
Nicolas Petton 2018-03-18 20:44:57 +01:00 committed by Andrew G Cohen
parent a684aeb11e
commit 58da563239

View file

@ -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.")