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

This commit is contained in:
Nicolas Petton 2018-03-18 20:44:57 +01:00
parent 6d2b50a245
commit 8d81a4728d
No known key found for this signature in database
GPG key ID: E8BCD7866AFCF978

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