aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-09-01 00:18:24 +0000
committerKatsumi Yamaoka2010-09-01 00:18:24 +0000
commit0a46a12f7a484e3fab96ea2f46fa738e90dabf1c (patch)
tree3a0d3d41dcc4801841e1719c06ed4a814bf41867 /lisp
parentc7e663544a3c525f3edf8b456647344e63a8ffe0 (diff)
downloademacs-0a46a12f7a484e3fab96ea2f46fa738e90dabf1c.tar.gz
emacs-0a46a12f7a484e3fab96ea2f46fa738e90dabf1c.zip
Fix previous merge from Gnus trunk.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-html.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el
index f568d673345..576d8835dcc 100644
--- a/lisp/gnus/gnus-html.el
+++ b/lisp/gnus/gnus-html.el
@@ -171,8 +171,8 @@
171 171
172(defun gnus-html-curl-sentinel (process event) 172(defun gnus-html-curl-sentinel (process event)
173 (when (string-match "finished" event) 173 (when (string-match "finished" event)
174 (let* ((images (gnus-process-get process 'images)) 174 (let* ((images (process-get process 'images))
175 (buffer (gnus-process-get process 'buffer)) 175 (buffer (process-get process 'buffer))
176 (spec (pop images)) 176 (spec (pop images))
177 (file (gnus-html-image-id (car spec)))) 177 (file (gnus-html-image-id (car spec))))
178 (when (and (buffer-live-p buffer) 178 (when (and (buffer-live-p buffer)