Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-topic.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 | 8eaf7971accc |
line wrap: on
line diff
--- a/lisp/gnus/gnus-topic.el Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/gnus/gnus-topic.el Mon Aug 13 09:46:53 2007 +0200 @@ -894,6 +894,7 @@ [tab] gnus-topic-indent "r" gnus-topic-rename "\177" gnus-topic-delete + [delete] gnus-topic-delete "h" gnus-topic-toggle-display-empty-topics) (gnus-define-keys (gnus-topic-sort-map "S" gnus-group-topic-map) @@ -1319,7 +1320,7 @@ (if group (gnus-group-edit-group-parameters group) (if (not (gnus-group-topic-p)) - (error "Nothing to edit on the current line.") + (error "Nothing to edit on the current line") (let ((topic (gnus-group-topic-name))) (gnus-edit-form (gnus-topic-parameters topic)
