From d252a223accd367dc024a1d2834e0d63bc96010e Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Sun, 19 Oct 2003 01:09:52 +0000 Subject: [PATCH] Fix last commit. --- lisp/gnus-sum.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 923edeb74..850dc13c9 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -3981,8 +3981,7 @@ Returns HEADER if it was entered in the DEPENDENCIES. Returns nil otherwise." (mm-subst-char-in-string ?\r ?\- (mm-subst-char-in-string - ?\n ?\- string t) - t)) + ?\n ?\- string))) ;; This function has to be called with point after the article number ;; on the beginning of the line. -- 2.25.1