projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a6129e
)
Fix compilation warning introduced by previous shr.el change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Feb 2022 15:14:49 +0000
(16:14 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Feb 2022 15:14:49 +0000
(16:14 +0100)
* lisp/net/shr.el (url-file): Fix compilation warning.
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index 2a4fa9ceb0c903cad4a4228e04cd9febbb89caa9..386f1d6095de6f75102b78d30160ea7bce2cdc12 100644
(file)
--- 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)