From 667cdf421ff64b1fe736f75e8a7f8864de1b5026 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 18 Mar 2018 15:27:57 -0700 Subject: [PATCH] * lisp/url/url-handlers.el: No need for subr-x at run-time. --- lisp/url/url-handlers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index fc5f43bccb2..98f9f1e3739 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -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.") -- 2.39.2