buffer before inserting (and saving) an article.
+2002-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally
+ fix: erase the buffer before inserting (and saving) an article.
+
2002-02-22 Steve Youngs <youngs@xemacs.org>
* aclocal.m4 (AC_PATH_LISPDIR): Default to
;; Copy the requested article from `gnus-original-article-buffer'.
(unless (equal (buffer-name (current-buffer))
(buffer-name (get-buffer gnus-original-article-buffer)))
+ ;; There may be the same article if the current buffer is
+ ;; `nntp-server-buffer' (e.g. a case that the command
+ ;; `gnus-cache-enter-article' is invoked), it should be erased.
+ (erase-buffer)
(insert-buffer gnus-original-article-buffer))
;; Decode charsets.