sasl-ntlm.el, ntlm.el, md4.el: New files.
[gnus] / lisp / nnvirtual.el
index 1157eeb..185dd6b 100644 (file)
@@ -426,7 +426,7 @@ component group will show up when you enter the virtual group.")
           (concat (regexp-quote (gnus-group-real-name group)) ":[0-9]+")
           nil t)
       (replace-match "" t t))
-    (unless (= (point) (point-max))
+    (unless (eobp)
       (insert " ")
       (when (not (string= "" prefix))
        (while (re-search-forward "[^ ]+:[0-9]+" nil t)