From: yamaoka Date: Tue, 26 Aug 2003 23:31:35 +0000 (+0000) Subject: Synch to Gnus 200308262335. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=55ece7d6158d7a17ad47b5817198e62f5ea4c655;p=elisp%2Fgnus.git- Synch to Gnus 200308262335. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64369a0..ca9b909 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-08-27 Jesper Harder + + * gnus-cache.el (gnus-cache-generate-active): Fix bug in + replacement. From Vagn Johansen (tiny + change). + 2003-08-25 Katsumi Yamaoka * gnus-art.el: Don't use defvaralias. diff --git a/lisp/gnus-cache.el b/lisp/gnus-cache.el index 8fc0e93..0484732 100644 --- a/lisp/gnus-cache.el +++ b/lisp/gnus-cache.el @@ -681,7 +681,7 @@ If LOW, update the lower bound instead." (gnus-message 5 "Generating the cache active file...") (setq gnus-cache-active-hashtb (gnus-make-hashtable 123))) (when (string-match "^\\(nn[^_]+\\)_" group) - (setq group (replace-match "\\1:" t t group))) + (setq group (replace-match "\\1:" t nil group))) ;; Separate articles from all other files and directories. (while files (if (string-match "^[0-9]+$" (file-name-nondirectory (car files)))