projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d2b50a
)
* lisp/url/url-handlers.el: Require subr-x.
author
Nicolas Petton
<nicolas@petton.fr>
Sun, 18 Mar 2018 19:44:57 +0000
(20:44 +0100)
committer
Nicolas Petton
<nicolas@petton.fr>
Sun, 18 Mar 2018 19:47:36 +0000
(20:47 +0100)
lisp/url/url-handlers.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-handlers.el
b/lisp/url/url-handlers.el
index 17c76cff75ac097b195f576ecff8b598d4b682df..fc5f43bccb264d381aa4befb1d163acbae894300 100644
(file)
--- 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.")