Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-srvr.el @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 85ec50267440 |
children |
line wrap: on
line diff
--- a/lisp/gnus/gnus-srvr.el Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/gnus/gnus-srvr.el Mon Aug 13 09:46:53 2007 +0200 @@ -503,6 +503,7 @@ "n" gnus-browse-next-group "p" gnus-browse-prev-group "\177" gnus-browse-prev-group + [delete] gnus-browse-prev-group "N" gnus-browse-next-group "P" gnus-browse-prev-group "\M-n" gnus-browse-next-group @@ -661,7 +662,7 @@ "(Un)subscribe to the next ARG groups." (interactive "p") (when (eobp) - (error "No group at current line.")) + (error "No group at current line")) (let ((ward (if (< arg 0) -1 1)) (arg (abs arg))) (while (and (> arg 0)