projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2892b4b
)
Don't autoload function from w3m
author
Tim Landscheidt
<tim@tim-landscheidt.de>
Thu, 12 Apr 2018 19:31:49 +0000
(21:31 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 12 Apr 2018 19:31:49 +0000
(21:31 +0200)
* lisp/gnus/gnus-art.el (w3m-toggle-inline-images): Don't use
autoload for packages that may not be installed (bug#25604).
lisp/gnus/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index c11cf574a398023f7f343cfef1d8caabd5f48a0b..b1e23a47ffb7e54ef056c98997bb4cdce55623f9 100644
(file)
--- a/
lisp/gnus/gnus-art.el
+++ b/
lisp/gnus/gnus-art.el
@@
-2207,7
+2207,7
@@
unfolded."
(dolist (elem gnus-article-image-alist)
(gnus-delete-images (car elem))))))
-(
autoload '
w3m-toggle-inline-images "w3m")
+(
declare-function
w3m-toggle-inline-images "w3m")
(defun gnus-article-show-images ()
"Show any images that are in the HTML-rendered article buffer.