]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-handlers.el: No need for subr-x at run-time.
authorGlenn Morris <rgm@gnu.org>
Sun, 18 Mar 2018 22:27:57 +0000 (15:27 -0700)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:51 +0000 (14:17 +0800)
lisp/url/url-handlers.el

index fc5f43bccb264d381aa4befb1d163acbae894300..98f9f1e3739ab847bca56aa34ecf8a90f0723fd0 100644 (file)
@@ -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.")