* (gnus-summary-move-article): Bug fix - don't remove the element
authoryamaoka <yamaoka>
Tue, 13 Apr 1999 04:36:04 +0000 (04:36 +0000)
committeryamaoka <yamaoka>
Tue, 13 Apr 1999 04:36:04 +0000 (04:36 +0000)
`(expirable . expire)' from `gnus-article-mark-lists'.

lisp/gnus-sum.el

index ac6c519..66ae5a6 100644 (file)
@@ -7006,7 +7006,8 @@ and `request-accept' functions."
            (let ((marks gnus-article-mark-lists)
                  (to-article (cdr art-group)))
              (unless (gnus-group-auto-expirable-p to-group)
-               (setq marks (delete '(expirable . expire) marks)))
+               (setq marks (delete '(expirable . expire)
+                                   (copy-sequence marks))))
 
              ;; See whether the article is to be put in the cache.
              (when gnus-use-cache