* lisp/url/url-handlers.el: No need for subr-x at run-time.
This commit is contained in:
parent
3a3aa0e056
commit
667cdf421f
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue