diff options
| -rw-r--r-- | lisp/gnus/gnus-html.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 90814faeddd..174e128a7e9 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el | |||
| @@ -508,7 +508,7 @@ Return a string with image data." | |||
| 508 | (defun gnus-html-prefetch-images (summary) | 508 | (defun gnus-html-prefetch-images (summary) |
| 509 | (when (buffer-live-p summary) | 509 | (when (buffer-live-p summary) |
| 510 | (let (inhibit-images blocked-images) | 510 | (let (inhibit-images blocked-images) |
| 511 | (with-current-buffer summary-buffer | 511 | (with-current-buffer summary |
| 512 | (setq inhibit-images gnus-inhibit-images | 512 | (setq inhibit-images gnus-inhibit-images |
| 513 | blocked-images (gnus-blocked-images))) | 513 | blocked-images (gnus-blocked-images))) |
| 514 | (save-match-data | 514 | (save-match-data |