Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 23 Jan 2001 22:23:46 +0000 (22:23 +0000)
committeryamaoka <yamaoka>
Tue, 23 Jan 2001 22:23:46 +0000 (22:23 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index ffe316e..ea68d17 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-print-article): Remove process mark.
+
 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-sum.el (gnus-summary-print-article): Take one prefix
index 5e313ee..1f256c2 100644 (file)
@@ -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 <larsi@gnus.org>
@@ -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)