gnus-group.el: Check if group names are already strings
commit822d9eb1f96265c116d2d12b72deb9aa1a44e63c
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 8 Jul 2015 22:28:50 +0000 (8 22:28 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 8 Jul 2015 22:28:50 +0000 (8 22:28 +0000)
tree4a8844079a203bd7b60e7dec33567a00f73eb977
parentadef5b0df4f8d52fd61a49cad8b47e12b0e04461
gnus-group.el: Check if group names are already strings

* lisp/gnus/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/gnus-group.el