Sync with latest Gnus. (It's a hard day today. ^^;;)
[elisp/gnus.git-] / lisp / gnus-score.el
index 3fc01fb..3a122ab 100644 (file)
@@ -2854,10 +2854,10 @@ If ADAPT, return the home adaptive file instead."
             ;; Function.
             ((gnus-functionp elem)
              (funcall elem group))
-            ;; Regexp-file cons
+            ;; Regexp-file cons.
             ((consp elem)
              (when (string-match (gnus-globalify-regexp (car elem)) group)
-               (replace-match (cadr elem) t nil group ))))))
+               (replace-match (cadr elem) t nil group))))))
     (when found
       (if (file-name-absolute-p found)
           found