emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8d81a47 2/2: * lisp/url/url-handlers.el: Require su


From: Nicolas Petton
Subject: [Emacs-diffs] master 8d81a47 2/2: * lisp/url/url-handlers.el: Require subr-x.
Date: Sun, 18 Mar 2018 15:47:46 -0400 (EDT)

branch: master
commit 8d81a4728df74f7f3f88b9efde7855965766dde8
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * lisp/url/url-handlers.el: Require subr-x.
---
 lisp/url/url-handlers.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index 17c76cf..fc5f43b 100644
--- 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]