(gnus-browse-group-name): Don't assume `format' removes text
authorDave Love <fx@gnu.org>
Sun, 25 Jun 2000 17:00:48 +0000 (17:00 +0000)
committerDave Love <fx@gnu.org>
Sun, 25 Jun 2000 17:00:48 +0000 (17:00 +0000)
properties.

lisp/gnus-srvr.el

index 23a251c..0a7304f 100644 (file)
@@ -728,7 +728,7 @@ buffer.
       (when (re-search-forward ": \\(.*\\)$" (gnus-point-at-eol) t)
        (gnus-group-prefixed-name
         (or name
-            (format "%s" (match-string 1)))
+            (match-string-no-properties 1))
         gnus-browse-current-method)))))
 
 (defun gnus-browse-unsubscribe-group ()