]> git.eshelyaron.com Git - emacs.git/commit
* lisp/gnus/gnus-score.el (gnus-score-find-alist): Keep the score files already
authorSam Steingold <sds@gnu.org>
Fri, 12 Aug 2011 18:52:40 +0000 (14:52 -0400)
committerSam Steingold <sds@gnu.org>
Fri, 12 Aug 2011 18:52:40 +0000 (14:52 -0400)
commit29dbb8f772081d2f325b894257f3062d6ea404c8
treee47814c6e3eb7df840723fb90e7c27ab87a1f034
parent1a834b22e8c5a729b95ab255fd7d7006e973a961
* lisp/gnus/gnus-score.el (gnus-score-find-alist): Keep the score files already
in the reverse order to avoid modifying the cache with `nreverse'.
(gnus-all-score-files): Do not modify the value returned by
`gnus-score-find-alist' because it lives in a cache variable.
(gnus-current-home-score-file): No need to `nreverse' the return value
of `gnus-score-find-alist', it is already in the correct order.
lisp/gnus/ChangeLog
lisp/gnus/gnus-score.el