From 5649b45323a63be27470ddf215853bf0460db6b4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Feb 2022 16:14:49 +0100 Subject: [PATCH] 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 2a4fa9ceb0c..386f1d6095d 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) -- 2.39.5