gnus-score.el (gnus-score-find-alist): Keep the score files already in the reverse...
authorSam Steingold <sds@gnu.org>
Fri, 12 Aug 2011 23:23:27 +0000 (23:23 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 12 Aug 2011 23:23:27 +0000 (23:23 +0000)
commit4bfe1924319970b5a97dc3ad121637d07ee1e13c
tree70a8137610cb967e8d5db074714c45f2ffa798ee
parenta85b6c0cac52ac62abb9d441175b2bef31e8beb2
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/ChangeLog
lisp/gnus-score.el