branch: elpa/org-transclusion-http
commit d80fa9faeb9678016bfe5c1e65e470ad633dc4e0
Author: Joseph Turner <jos...@breatheoutbreathe.in>
Commit: Joseph Turner <jos...@breatheoutbreathe.in>

    Fix: Require url.el for byte compilation
    
    Suggested-by: Chris Rayner <ri...@users.noreply.github.com>
---
 org-transclusion-http.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-transclusion-http.el b/org-transclusion-http.el
index 7904a7385f..e6c718d179 100644
--- a/org-transclusion-http.el
+++ b/org-transclusion-http.el
@@ -44,6 +44,7 @@
 (require 'org-transclusion-html)
 (require 'cl-lib)
 (require 'pcase)
+(require 'url)
 (require 'plz)
 
 ;;;; Functions

Reply via email to