From 402c9bbf77bab7c1a40394c801ff727fbab3199b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 31 May 2003 13:46:10 +0000 Subject: [PATCH] Synch to Gnus 200305310241. --- lisp/ChangeLog | 5 +++++ lisp/gnus-art.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ac7013..d1ce47d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-05-31 Jesper Harder + + * gnus-art.el (article-unsplit-urls): Use gnus-treat-article + rather than gnus-display-mime-function. + 2003-05-30 Teodor Zlatanov * gnus-registry.el (gnus-registry-use-long-group-names): new variable diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index a93ae9b..9b01f47 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -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) -- 1.7.10.4