* lisp/url/url-handlers.el: Require subr-x.
This commit is contained in:
parent
6d2b50a245
commit
8d81a4728d
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue