[gnus git] branch master updated: n0-17-222-g019b497 =1= gnus-score.el (gnus-all-score-files): Use copy-sequence instead of copy-list.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 019b497767e97fcca145e4c981923d4825d4916b (commit)
from 4bfe1924319970b5a97dc3ad121637d07ee1e13c (commit)
- Log -----------------------------------------------------------------
commit 019b497767e97fcca145e4c981923d4825d4916b
Author: Andreas Schwab <[email protected]>
Date: Sat Aug 13 10:01:44 2011 +0000
gnus-score.el (gnus-all-score-files): Use copy-sequence instead of copy-list.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3624e87..a56b5ee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-13 Andreas Schwab <[email protected]>
+
+ * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
+ copy-list.
+
2011-08-12 Sam Steingold <[email protected]>
* gnus-score.el (gnus-score-find-alist): Keep the score files already
diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el
index 099d06d..eb7234a 100644
--- a/lisp/gnus-score.el
+++ b/lisp/gnus-score.el
@@ -2864,7 +2864,7 @@ The list is determined from the variable `gnus-score-file-alist'."
(when gnus-score-use-all-scores
;; Get the initial score files for this group.
(when funcs
- (setq score-files (copy-list (gnus-score-find-alist group))))
+ (setq score-files (copy-sequence (gnus-score-find-alist group))))
;; Add any home adapt files.
(let ((home (gnus-home-score-file group t)))
(when home
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-score.el | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project