From: yamaoka Date: Tue, 23 Jan 2001 22:23:46 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_0-05-quimby-last-~31 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28aec54d1dbd0ad774c6c792aa088bc1cd00fe2d;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ffe316e..ea68d17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-01-23 11:00:00 ShengHuo ZHU + + * gnus-sum.el (gnus-summary-print-article): Remove process mark. + 2001-01-22 17:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-print-article): Take one prefix diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 5e313ee..1f256c2 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -1,5 +1,5 @@ ;;; gnus-sum.el --- summary mode commands for Semi-gnus -;; Copyright (C) 1996, 1997, 1998, 1999, 2000 +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen @@ -7571,7 +7571,8 @@ to save in." (gnus-run-hooks 'gnus-ps-print-hook) (save-excursion (ps-spool-buffer-with-faces)))) - (kill-buffer buffer))))) + (kill-buffer buffer)))) + (gnus-summary-remove-process-mark article)) (ps-despool filename)) (defun gnus-summary-show-article (&optional arg)