(shr-tag-blockquote): Convert name.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 12:50:29 +0000 (14:50 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 12:50:29 +0000 (14:50 +0200)
lisp/ChangeLog
lisp/shr.el

index 66864c8..6796ddd 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr.el (shr-tag-blockquote): Convert name.
+
        * gnus-sum.el (gnus-summary-select-article-buffer): If the article
        buffer isn't shown, then select the current article first instead of
        bugging out.
        * gnus-sum.el (gnus-summary-select-article-buffer): If the article
        buffer isn't shown, then select the current article first instead of
        bugging out.
index d7a4d18..04ed016 100644 (file)
@@ -208,7 +208,7 @@ fit these criteria."
     (shr-ensure-newline)))
 
 (defun shr-tag-blockquote (cont)
     (shr-ensure-newline)))
 
 (defun shr-tag-blockquote (cont)
-  (shr-pre cont))
+  (shr-tag-pre cont))
 
 (defun shr-ensure-newline ()
   (unless (zerop (current-column))
 
 (defun shr-ensure-newline ()
   (unless (zerop (current-column))