From 58da563239d1e38ca17dc9cd95e4b2956ed3d77a Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Sun, 18 Mar 2018 20:44:57 +0100 Subject: [PATCH] * lisp/url/url-handlers.el: Require subr-x. --- lisp/url/url-handlers.el | 1 + 1 file changed, 1 insertion(+) 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 @@ ;; (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.") -- 2.39.2