Fix typo in last checkin.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 13 Oct 2010 18:37:05 +0000 (20:37 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 13 Oct 2010 18:37:05 +0000 (20:37 +0200)
lisp/mm-decode.el

index 1a05b4d..ba29a64 100644 (file)
@@ -1691,7 +1691,7 @@ If RECURSIVE, search recursively."
   ;; Require since we bind its variables.
   (require 'shr)
   (let ((article-buffer (current-buffer))
   ;; Require since we bind its variables.
   (require 'shr)
   (let ((article-buffer (current-buffer))
-       (shr-blocked-images (if (and (boundp gnus-summary-buffer)
+       (shr-blocked-images (if (and (boundp 'gnus-summary-buffer)
                                     (buffer-name gnus-summary-buffer))
                                (with-current-buffer gnus-summary-buffer
                                  gnus-blocked-images)
                                     (buffer-name gnus-summary-buffer))
                                (with-current-buffer gnus-summary-buffer
                                  gnus-blocked-images)