mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
gnus-html.el (gnus-html-prefetch-images): Fix last change.
This commit is contained in:
parent
b59a9eefbc
commit
18c01d769b
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ Return a string with image data."
|
|||
(defun gnus-html-prefetch-images (summary)
|
||||
(when (buffer-live-p summary)
|
||||
(let (inhibit-images blocked-images)
|
||||
(with-current-buffer summary-buffer
|
||||
(with-current-buffer summary
|
||||
(setq inhibit-images gnus-inhibit-images
|
||||
blocked-images (gnus-blocked-images)))
|
||||
(save-match-data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue