Synch to Gnus 200305310241.
authoryamaoka <yamaoka>
Sat, 31 May 2003 13:46:10 +0000 (13:46 +0000)
committeryamaoka <yamaoka>
Sat, 31 May 2003 13:46:10 +0000 (13:46 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 7ac7013..d1ce47d 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-31  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
+       rather than gnus-display-mime-function.
+
 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el (gnus-registry-use-long-group-names): new variable
index a93ae9b..9b01f47 100644 (file)
@@ -2409,8 +2409,8 @@ If READ-CHARSET, ask for a coding system."
       (while (re-search-forward
              "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
        (replace-match "\\1\\3" t)))
-    (when (and gnus-display-mime-function (interactive-p))
-      (funcall gnus-display-mime-function))))
+    (when (interactive-p)
+      (gnus-treat-article nil))))
 
 
 (defun article-wash-html (&optional read-charset)