Synch to Gnus 200308262335.
authoryamaoka <yamaoka>
Tue, 26 Aug 2003 23:31:35 +0000 (23:31 +0000)
committeryamaoka <yamaoka>
Tue, 26 Aug 2003 23:31:35 +0000 (23:31 +0000)
lisp/ChangeLog
lisp/gnus-cache.el

index 64369a0..ca9b909 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-27  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-cache.el (gnus-cache-generate-active): Fix bug in
+       replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
+       change).
+
 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el: Don't use defvaralias.
index 8fc0e93..0484732 100644 (file)
@@ -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)))