projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3aa0e
)
* lisp/url/url-handlers.el: No need for subr-x at run-time.
author
Glenn Morris
<rgm@gnu.org>
Sun, 18 Mar 2018 22:27:57 +0000
(15:27 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 18 Mar 2018 22:27:57 +0000
(15:27 -0700)
lisp/url/url-handlers.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-handlers.el
b/lisp/url/url-handlers.el
index fc5f43bccb264d381aa4befb1d163acbae894300..98f9f1e3739ab847bca56aa34ecf8a90f0723fd0 100644
(file)
--- a/
lisp/url/url-handlers.el
+++ b/
lisp/url/url-handlers.el
@@
-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.")