* lisp/url/url-handlers.el: No need for subr-x at run-time.

This commit is contained in:
Glenn Morris 2018-03-18 15:27:57 -07:00
parent 3a3aa0e056
commit 667cdf421f

View file

@ -28,7 +28,7 @@
;; (require 'url-util)
(eval-when-compile (require 'mm-decode))
;; (require 'mailcap)
(require 'subr-x)
(eval-when-compile (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.")