emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 271d851 1/2: Don't autoload function from w3m


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 271d851 1/2: Don't autoload function from w3m
Date: Thu, 12 Apr 2018 15:35:16 -0400 (EDT)

branch: master
commit 271d8510c42d3f416324ad0e2fed3df2e50e02a4
Author: Tim Landscheidt <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Don't autoload function from w3m
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index c11cf57..b1e23a4 100644
--- 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.



reply via email to

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