emacs-diffs
[Top][All Lists]
Advanced

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

master 5649b45323: Fix compilation warning introduced by previous shr.el


From: Lars Ingebrigtsen
Subject: master 5649b45323: Fix compilation warning introduced by previous shr.el change
Date: Sun, 20 Feb 2022 10:15:02 -0500 (EST)

branch: master
commit 5649b45323a63be27470ddf215853bf0460db6b4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix compilation warning introduced by previous shr.el change
    
    * lisp/net/shr.el (url-file): Fix compilation warning.
---
 lisp/net/shr.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 2a4fa9ceb0..386f1d6095 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -40,6 +40,7 @@
 (require 'image)
 (require 'puny)
 (require 'url-cookie)
+(require 'url-file)
 (require 'pixel-fill)
 (require 'text-property-search)
 



reply via email to

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