From 6074318e9cb87d7efb4c5fb710678ae9250178f4 Mon Sep 17 00:00:00 2001 From: tsuchiya Date: Tue, 11 Sep 2001 07:51:52 +0000 Subject: [PATCH] Fix typo in comment. --- lisp/gnus-art.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index bc6a977..b90cd98 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -4928,9 +4928,7 @@ T-gnus change: Insert an article into `gnus-original-article-buffer'." ;; Associate this article with the current summary buffer. (setq gnus-article-current-summary gnus-summary-buffer) - ;; T-gnus change: Copy the requested article from - ;; `gnus-original-article-buffer' to the current buffer when - ;; this function is called. + ;; Copy the requested article from `gnus-original-article-buffer'. (insert-buffer gnus-original-article-buffer) ;; Decode charsets. -- 1.7.10.4