From 266de491ca7d97f34cea3167236379c2d44e2dea Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 14 Apr 2003 22:22:25 +0000 Subject: [PATCH] Synch to Oort Gnus 200304142220. --- lisp/ChangeLog | 5 +++-- lisp/gnus-msg.el | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d4f05a..50373f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2003-04-14 Katsumi Yamaoka - * gnus-msg.el (gnus-summary-news-other-window): Use delq instead - of remove which is a cl run-time function in Emacs 20. + * gnus-msg.el (gnus-summary-news-other-window): Use delq and + copy-sequence instead of remove which is a cl run-time function in + Emacs 20. 2003-04-14 Jesper Harder diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index d0306f5..609d642 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -725,7 +725,7 @@ network. The corresponding backend must have a 'request-post method." (set (make-local-variable 'gnus-discouraged-post-methods) (delq (car (gnus-find-method-for-group gnus-newsgroup-name)) - gnus-discouraged-post-methods))))) + (copy-sequence gnus-discouraged-post-methods)))))) (save-excursion (set-buffer buffer) (setq gnus-newsgroup-name group))))) -- 1.7.10.4