Check if group names are already strings
authorEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 7 Jul 2015 03:01:38 +0000 (11:01 +0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 8 Jul 2015 04:19:26 +0000 (12:19 +0800)
commit8c77ec1afc77f1597699037260e03b1f50a5cb84
tree9cb878930fad808067a9d72c39393bf1053efe0a
parentf4be0e4996be6b51ae92c814e078b6aea5fcb153
Check if group names are already strings

* lisp/gnus-group.el (gnus-group-group-name): The group name may
  already be a string.

Specifically, in the group list reached from the *Server* buffer, the
'gnus-group text property returns a string. Everywhere else it returns
a symbol.
lisp/gnus-group.el