aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/url-handlers.el2
1 files changed, 1 insertions, 1 deletions
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 @@
28;; (require 'url-util) 28;; (require 'url-util)
29(eval-when-compile (require 'mm-decode)) 29(eval-when-compile (require 'mm-decode))
30;; (require 'mailcap) 30;; (require 'mailcap)
31(require 'subr-x) 31(eval-when-compile (require 'subr-x))
32;; The following are autoloaded instead of `require'd to avoid eagerly 32;; The following are autoloaded instead of `require'd to avoid eagerly
33;; loading all of URL when turning on url-handler-mode in the .emacs. 33;; loading all of URL when turning on url-handler-mode in the .emacs.
34(autoload 'url-expand-file-name "url-expand" "Convert url to a fully specified url, and canonicalize it.") 34(autoload 'url-expand-file-name "url-expand" "Convert url to a fully specified url, and canonicalize it.")