From: Lars Ingebrigtsen Date: Sun, 20 Feb 2022 15:14:49 +0000 (+0100) Subject: Fix compilation warning introduced by previous shr.el change X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2639 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5649b45323a63be27470ddf215853bf0460db6b4;p=emacs.git Fix compilation warning introduced by previous shr.el change * lisp/net/shr.el (url-file): Fix compilation warning. --- 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)