mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00:00
Fix previous merge from Gnus trunk.
This commit is contained in:
parent
c7e663544a
commit
0a46a12f7a
2 changed files with 4 additions and 4 deletions
|
@ -171,8 +171,8 @@
|
|||
|
||||
(defun gnus-html-curl-sentinel (process event)
|
||||
(when (string-match "finished" event)
|
||||
(let* ((images (gnus-process-get process 'images))
|
||||
(buffer (gnus-process-get process 'buffer))
|
||||
(let* ((images (process-get process 'images))
|
||||
(buffer (process-get process 'buffer))
|
||||
(spec (pop images))
|
||||
(file (gnus-html-image-id (car spec))))
|
||||
(when (and (buffer-live-p buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue